[FFmpeg-cvslog] configure: fix compilation without libmodplug
Michael Niedermayer
git at videolan.org
Wed Oct 5 00:34:53 CEST 2011
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Wed Oct 5 00:33:06 2011 +0200| [f108b335687028663105a6cb6ee9afaabda78b9f] | committer: Michael Niedermayer
configure: fix compilation without libmodplug
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f108b335687028663105a6cb6ee9afaabda78b9f
---
configure | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure b/configure
index 852e65f..8fbc315 100755
--- a/configure
+++ b/configure
@@ -1497,7 +1497,7 @@ libgsm_decoder_deps="libgsm"
libgsm_encoder_deps="libgsm"
libgsm_ms_decoder_deps="libgsm"
libgsm_ms_encoder_deps="libgsm"
-libmodplug_decode_deps="libmodplug"
+libmodplug_demuxer_deps="libmodplug"
libmp3lame_encoder_deps="libmp3lame"
libopencore_amrnb_decoder_deps="libopencore_amrnb"
libopencore_amrnb_encoder_deps="libopencore_amrnb"
More information about the ffmpeg-cvslog
mailing list