diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-04-13 17:53:47 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-04-13 17:53:47 +0800 |
commit | dc25dec62715603c710fb4c9baeeca8c7d27886f (patch) | |
tree | 697b972d58d707c7050fbdbe2999ed1f1e844fb0 /multimedia/libx264 | |
parent | c8a2e52c081846b7ed0aa61645c22ce34ad8f005 (diff) | |
download | freebsd-ports-gnome-dc25dec62715603c710fb4c9baeeca8c7d27886f.tar.gz freebsd-ports-gnome-dc25dec62715603c710fb4c9baeeca8c7d27886f.tar.zst freebsd-ports-gnome-dc25dec62715603c710fb4c9baeeca8c7d27886f.zip |
multimedia/x264: add FFMS and LSMASH options
Switch to LSMASH by default to follow vendor configure behavior.
Approved by: koobs (maintainer, via private mail)
Differential Revision: https://reviews.freebsd.org/D5861
Diffstat (limited to 'multimedia/libx264')
-rw-r--r-- | multimedia/libx264/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/libx264/Makefile b/multimedia/libx264/Makefile index 1a2541e49e21..29a0b07f74e9 100644 --- a/multimedia/libx264/Makefile +++ b/multimedia/libx264/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= # USES= pathfix OPTIONS_DEFINE= HI10P -OPTIONS_EXCLUDE= GPAC LAVF +OPTIONS_EXCLUDE= FFMS GPAC LAVF LSMASH SWSCALE HI10P_DESC= Enable High 10 Profile 10-bit encoding HI10P_CONFIGURE_ON= --bit-depth=10 |