aboutsummaryrefslogtreecommitdiff
path: root/multimedia/x264
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2017-07-14 23:42:13 +0000
committerJan Beich <jbeich@FreeBSD.org>2017-07-14 23:42:13 +0000
commit95f2ab1c3855cf41f4232e7189ee042cf1c170ac (patch)
tree4542f6773e8d13f7f86e9955b8fee994b104711b /multimedia/x264
parent14b870552716f39e8bf0aafcee9c85436bc7e74a (diff)
downloadports-95f2ab1c3855cf41f4232e7189ee042cf1c170ac.tar.gz
ports-95f2ab1c3855cf41f4232e7189ee042cf1c170ac.zip
multimedia/x264: enable FFMS, LAVF, SWSCALE by default
Without FFmpeg-based demuxers x264 CLI can only read raw formats as source. So, enable more options to allow the binary package not only write but also read mp4/mkv. PR: 220694 Approved by: koobs (maintainer) MFH: 2017Q3 (usability improvement) Differential Revision: https://reviews.freebsd.org/D11566
Notes
Notes: svn path=/head/; revision=445839
Diffstat (limited to 'multimedia/x264')
-rw-r--r--multimedia/x264/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/x264/Makefile b/multimedia/x264/Makefile
index c1f0038f882c..e3968bd0599f 100644
--- a/multimedia/x264/Makefile
+++ b/multimedia/x264/Makefile
@@ -19,7 +19,7 @@
PORTNAME= x264
PORTVERSION= 0.${X264_BUILD}.${X264_REV}
-PORTREVISION?= 0
+PORTREVISION?= 1 # 0 in libx264
CATEGORIES= multimedia
MASTER_SITES= ftp://ftp.videolan.org/pub/videolan/x264/snapshots/ \
http://samples.mplayerhq.hu/yuv4mpeg2/:pgo
@@ -53,7 +53,7 @@ PLIST_FILES?= bin/x264
OPTIONS_DEFINE+= DEBUG FFMS GCC LAVF PGO SWSCALE
OPTIONS_RADIO+= MP4
OPTIONS_RADIO_MP4+= GPAC LSMASH
-OPTIONS_DEFAULT+= LSMASH
+OPTIONS_DEFAULT+= FFMS LAVF LSMASH SWSCALE
FFMS_DESC= FFmpeg Source input support
GPAC_DESC= GPAC library support