aboutsummaryrefslogtreecommitdiff
path: root/net/opal3
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2011-06-24 22:39:03 +0000
committerMartin Matuska <mm@FreeBSD.org>2011-06-24 22:39:03 +0000
commitc86cd8cae229c215d0436e0fad7912526e88ae56 (patch)
tree9718027b28c2222e1f4cf5383a9994ac89e71c6e /net/opal3
parentc5b7f54af87b0635dec438c5adf49045db55b58a (diff)
downloadports-c86cd8cae229c215d0436e0fad7912526e88ae56.tar.gz
ports-c86cd8cae229c215d0436e0fad7912526e88ae56.zip
Notes
Diffstat (limited to 'net/opal3')
-rw-r--r--net/opal3/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/opal3/Makefile b/net/opal3/Makefile
index 2372972e3020..3ec899cc98ef 100644
--- a/net/opal3/Makefile
+++ b/net/opal3/Makefile
@@ -124,7 +124,7 @@ PLIST_SUB+= THEORA="@comment "
.endif
.if defined(WITH_X264)
-LIB_DEPENDS+= x264.110:${PORTSDIR}/multimedia/x264
+LIB_DEPENDS+= x264.115:${PORTSDIR}/multimedia/x264
CONFIGURE_ARGS+= --enable-h264
PLIST_SUB+= X264=""
WITH_VIDEO= yes
@@ -136,6 +136,9 @@ PLIST_SUB+= X264="@comment "
.if defined(WITH_FFMPEG)
LIB_DEPENDS+= avcodec.1:${PORTSDIR}/multimedia/ffmpeg
CONFIGURE_ARGS+= --enable-ffmpeg --enable-ffmpeg-h263
+CONFIGURE_ENV+= ac_cv_lib_avcodec_h263p_encoder=yes \
+ ac_cv_lib_avcodec_h264_decoder=yes \
+ ac_cv_lib_avcodec_mpeg4_encoder=yes
PLIST_SUB+= FFMPEG=""
WITH_VIDEO= yes
.else