diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-04-13 17:53:15 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-04-13 17:53:15 +0800 |
commit | c8a2e52c081846b7ed0aa61645c22ce34ad8f005 (patch) | |
tree | 3204de33f0e15db875ac6bbac56b863f2faea16a /multimedia/x264 | |
parent | 91e2b69ec229c112badfa18a3397c0b91567be06 (diff) | |
download | freebsd-ports-gnome-c8a2e52c081846b7ed0aa61645c22ce34ad8f005.tar.gz freebsd-ports-gnome-c8a2e52c081846b7ed0aa61645c22ce34ad8f005.tar.zst freebsd-ports-gnome-c8a2e52c081846b7ed0aa61645c22ce34ad8f005.zip |
multimedia/x264: correct LAVF option description
LAVF only supports demuxing via libavformat.
Approved by: koobs (maintainer, via private mail)
Differential Revision: https://reviews.freebsd.org/D5863
Diffstat (limited to 'multimedia/x264')
-rw-r--r-- | multimedia/x264/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/x264/Makefile b/multimedia/x264/Makefile index b999d32f52dc..862c91298c27 100644 --- a/multimedia/x264/Makefile +++ b/multimedia/x264/Makefile @@ -55,7 +55,7 @@ OPTIONS_DEFINE+= ASM DEBUG GCC GPAC LAVF PGO OPTIONS_DEFAULT+= ASM GPAC GPAC_DESC= MPEG-4 output support -LAVF_DESC= libav* format input/output support (requires FFmpeg) +LAVF_DESC= libav* format input support (requires FFmpeg) ASM_CONFIGURE_OFF= --disable-asm |