aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2011-06-25 16:50:19 +0800
committermm <mm@FreeBSD.org>2011-06-25 16:50:19 +0800
commit50f11ff73d2ddb04613a6d574826d5eda396cb19 (patch)
tree25fa48947672b62fd49d2b8c2d746cd881f0ff9c
parentb88c0be563449467be9bde94268de746274dd2da (diff)
downloadfreebsd-ports-gnome-50f11ff73d2ddb04613a6d574826d5eda396cb19.tar.gz
freebsd-ports-gnome-50f11ff73d2ddb04613a6d574826d5eda396cb19.tar.zst
freebsd-ports-gnome-50f11ff73d2ddb04613a6d574826d5eda396cb19.zip
Deactivate AMR codecs in default options
-rw-r--r--multimedia/ffmpeg-devel/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/ffmpeg-devel/Makefile b/multimedia/ffmpeg-devel/Makefile
index 277ca45d3aec..5e641f842192 100644
--- a/multimedia/ffmpeg-devel/Makefile
+++ b/multimedia/ffmpeg-devel/Makefile
@@ -32,8 +32,8 @@ MAKE_JOBS_SAFE= yes
WANT_SDL= yes
OPTIONS= ALSA "Enable alsa input/output device" off \
- AMR_NB "AMR Narrow Band audio encoder (opencore)" on \
- AMR_WB "AMR Wide Band audio decoder (opencore)" on \
+ AMR_NB "AMR Narrow Band audio encoder (opencore)" off \
+ AMR_WB "AMR Wide Band audio decoder (opencore)" off \
CELT "Enable CELT/Opus decoding via libcelt" off \
CPUDETECT "Enable runtime CPU detection" on \
DIRAC "Dirac codec via libdirac" off \
@@ -55,7 +55,7 @@ OPTIONS= ALSA "Enable alsa input/output device" off \
VAAPI "GPU acceleration support (libva)" off \
VDPAU "Nvidia vdpau support" off \
VO_AACENC "AAC audio encoder (vo-aacenc)" on \
- VO_AMRWBENC "AMR Wide Band audio encoder (vo-amrwbenc)" on \
+ VO_AMRWBENC "AMR Wide Band audio encoder (vo-amrwbenc)" off \
VORBIS "Vorbis encoder via libvorbis (implies OGG)" on \
VP8 "VP8 codec via libvpx" on \
X264 "H.264 encoder" on \