[FFmpeg-cvslog] build: fix standalone compilation of mpc7/mpc8 decoders

Diego Biurrun git at videolan.org
Wed Dec 21 03:51:28 CET 2011


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Tue Dec 20 11:34:05 2011 +0100| [606c9297b92ba47753b50c36e0775ad8f2180f70] | committer: Diego Biurrun

build: fix standalone compilation of mpc7/mpc8 decoders

These decoders depend on the mpegaudio DSP code.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=606c9297b92ba47753b50c36e0775ad8f2180f70
---

 configure |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/configure b/configure
index 22542af..180578d 100755
--- a/configure
+++ b/configure
@@ -1324,6 +1324,8 @@ mp3adufloat_decoder_select="mpegaudiodsp"
 mp3float_decoder_select="mpegaudiodsp"
 mp3on4_decoder_select="mpegaudiodsp"
 mp3on4float_decoder_select="mpegaudiodsp"
+mpc7_decoder_select="mpegaudiodsp"
+mpc8_decoder_select="mpegaudiodsp"
 mpeg_vdpau_decoder_select="vdpau mpegvideo_decoder"
 mpeg_xvmc_decoder_deps="X11_extensions_XvMClib_h"
 mpeg_xvmc_decoder_select="mpegvideo_decoder"



More information about the ffmpeg-cvslog mailing list