diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2014-11-27 12:06:05 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2014-11-27 12:06:05 +0000 |
commit | e39acdf6a21ed493c86ba941bbafd91d7c954a58 (patch) | |
tree | e78bd6a7bb02019b8517b47eae909896c64fbb15 /multimedia/x264 | |
parent | aad75afca19ac6ddb239d98690c5502e54fee4d0 (diff) | |
download | ports-e39acdf6a21ed493c86ba941bbafd91d7c954a58.tar.gz ports-e39acdf6a21ed493c86ba941bbafd91d7c954a58.zip |
Notes
Diffstat (limited to 'multimedia/x264')
-rw-r--r-- | multimedia/x264/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/multimedia/x264/Makefile b/multimedia/x264/Makefile index 39e6903c5f28..edd6c1ba24ff 100644 --- a/multimedia/x264/Makefile +++ b/multimedia/x264/Makefile @@ -49,12 +49,9 @@ HAS_CONFIGURE= yes OPTIONS_DEFINE= ASM DEBUG PGO GCC GPAC LAVF OPTIONS_DEFAULT= ASM GPAC -ASM_DESC= Enable Assembly Optimizations -DEBUG_DESC= Generate Debugging Symbols -PGO_DESC= Use Profile-Guided Optimization -GCC_DESC= Use current GCC -GPAC_DESC= Enable MPEG-4 Output -LAVF_DESC= Enable libav* format input/output support (requires ffmpeg) +GCC_DESC= Force use of modern GCC +GPAC_DESC= MPEG-4 output support +LAVF_DESC= libav* format input/output support (requires FFmpeg) CONFIGURE_ARGS+= --extra-cflags="-I${LOCALBASE}/include" \ --extra-ldflags="-L${LOCALBASE}/lib" \ |