diff options
Diffstat (limited to 'multimedia/ffmpeg/ffmpeg.SlackBuild')
-rw-r--r-- | multimedia/ffmpeg/ffmpeg.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/multimedia/ffmpeg/ffmpeg.SlackBuild b/multimedia/ffmpeg/ffmpeg.SlackBuild index 2755afc99e11b..378850371072a 100644 --- a/multimedia/ffmpeg/ffmpeg.SlackBuild +++ b/multimedia/ffmpeg/ffmpeg.SlackBuild @@ -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 \ |