aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mplayer/Makefile.options
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2012-02-10 23:26:29 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2012-02-10 23:26:29 +0000
commite1feca74ec673b704ed054836f5827fa200e3ea4 (patch)
tree66d5e2e5ccfdd63d2d1c2d5e064269597479af4c /multimedia/mplayer/Makefile.options
parentab7ccea2a3520d5c7a12e7ebc16f5c84f4a33560 (diff)
downloadports-e1feca74ec673b704ed054836f5827fa200e3ea4.tar.gz
ports-e1feca74ec673b704ed054836f5827fa200e3ea4.zip
- Add option for enca charset detection
- Fix v4l support PR: 164639 Submitted by: "Marat N.Afanasyev" <amarat@ksu.ru> Fix by: Thomas Zander <thomas.e.zander@googlemail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=290888
Diffstat (limited to 'multimedia/mplayer/Makefile.options')
-rw-r--r--multimedia/mplayer/Makefile.options2
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/mplayer/Makefile.options b/multimedia/mplayer/Makefile.options
index 5262d3a6880b..92d20ae3d004 100644
--- a/multimedia/mplayer/Makefile.options
+++ b/multimedia/mplayer/Makefile.options
@@ -244,6 +244,8 @@ CONFIGURE_ARGS+= --disable-libgsm
.if defined(WITH_V4L)
BUILD_DEPENDS+= ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat
LIB_DEPENDS+= v4l2.0:${PORTSDIR}/multimedia/libv4l
+CONFIGURE_ARGS+= --enable-tv-v4l1 \
+ --enable-tv-v4l2
EXTRA_LIBS+= -lv4l1 -lv4l2
.else
CONFIGURE_ARGS+= --disable-tv-v4l1 \