multimedia/ffmpeg: Enabled pulse and libvpx by default

This still needs work for openjpeg.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Robby Workman 2016-01-06 16:11:02 -06:00 committed by Willy Sudiarto Raharjo
parent 86725cd603
commit 386736e9db
2 changed files with 2 additions and 5 deletions

View file

@ -31,7 +31,6 @@ SCHROEDINGER=yes|no (default: no), requires schroedinger
SPEEX=yes|no (default: no), requires speex
TWOLAME=yes|no (default: no), requires twolame
VIDSTAB=yes|no (default: no), requires vid.stab
VPX=yes|no (default: no), requires libvpx
X264=yes|no (default: no), requires x264
X265=yes|no (default: no), requires x265
XVID=yes|no (default: no), requires xvidcore

View file

@ -84,7 +84,6 @@ libgsm="" ; [ "${GSM:-no}" != "no" ] && libgsm="--enable-libgsm"
librtmp="" ; [ "${RTMP:-no}" != "no" ] && librtmp="--enable-librtmp"
dirac_fast="" ; [ "${SCHROEDINGER:-no}" != "no" ] && dirac_fast="--enable-libschroedinger"
libspeex="" ; [ "${SPEEX:-no}" != "no" ] && libspeex="--enable-libspeex"
libvpx="" ; [ "${VPX:-no}" != "no" ] && libvpx="--enable-libvpx"
libxvid="" ; [ "${XVID:-no}" != "no" ] && libxvid="--enable-libxvid"
libbluray="" ; [ "${BLURAY:-no}" != "no" ] && libbluray="--enable-libbluray"
libass="" ; [ "${ASS:-no}" != "no" ] && libass="--enable-libass"
@ -95,7 +94,6 @@ libmodplug="" ; [ "${MODPLUG:-no}" != "no" ] && libmodplug="--enable-libmod
libopus="" ; [ "${OPUS:-no}" != "no" ] && libopus="--enable-libopus"
libtwolame="" ; [ "${TWOLAME:-no}" != "no" ] && libtwolame="--enable-libtwolame"
ladspa="" ; [ "${LADSPA:-no}" != "no" ] && ladspa="--enable-ladspa"
pulse="" ; [ "${PULSEAUDIO:-no}" != "no" ] && pulse="--enable-libpulse"
libflite="" ; [ "${FLITE:-no}" != "no" ] && libflite="--enable-libflite"
libquvi="" ; [ "${QUVI:-no}" != "no" ] && libquvi="--enable-libquvi"
libvidstab="" ; [ "${VIDSTAB:-no}" != "no" ] && libvidstab="--enable-libvidstab"
@ -170,6 +168,8 @@ CXXFLAGS="$SLKCFLAGS" \
--enable-libcaca \
--enable-libsmbclient \
--enable-opengl \
--enable-libvpx \
--enable-libpulse \
--arch=$ARCH \
$openjpeg \
$libdc1394 \
@ -181,7 +181,6 @@ CXXFLAGS="$SLKCFLAGS" \
$dirac_fast \
$non_free \
$libgsm \
$libvpx \
$librtmp \
$opencore_amr \
$libfrei0r \
@ -195,7 +194,6 @@ CXXFLAGS="$SLKCFLAGS" \
$libopus \
$libtwolame \
$ladspa \
$pulse \
$fdk \
$libflite \
$libquvi \