diff options
author | danfe <danfe@FreeBSD.org> | 2014-11-27 20:06:05 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2014-11-27 20:06:05 +0800 |
commit | 36be04e071167f511f36d5ba22a6b545e842d0ff (patch) | |
tree | e78bd6a7bb02019b8517b47eae909896c64fbb15 /multimedia | |
parent | 9d4982fb3a9fdc9f162addfa6bde1951d204197c (diff) | |
download | freebsd-ports-gnome-36be04e071167f511f36d5ba22a6b545e842d0ff.tar.gz freebsd-ports-gnome-36be04e071167f511f36d5ba22a6b545e842d0ff.tar.zst freebsd-ports-gnome-36be04e071167f511f36d5ba22a6b545e842d0ff.zip |
- Remove options' descriptions which are already in the standard pool
- Improve wording and make sure they all fit nicely in 80-char window
Approved by: maintainer (koobs)
Diffstat (limited to 'multimedia')
-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" \ |