[MPlayer-cvslog] r19394 - trunk/configure
diego
subversion at mplayerhq.hu
Mon Aug 14 16:43:40 CEST 2006
Author: diego
Date: Mon Aug 14 16:43:38 2006
New Revision: 19394
Modified:
trunk/configure
Log:
stupid typo in previous commit: lavc_mpegaudio_hp --> libavcodec_mpegaudio_hp
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Mon Aug 14 16:43:38 2006
@@ -1564,7 +1564,7 @@
_libavformat_so=auto
_libpostproc=auto
_libpostproc_so=auto
-_lavc_mpegaudio_hp=yes
+_libavcodec_mpegaudio_hp=yes
_libfame=auto
_mencoder=yes
_x11=auto
@@ -1936,8 +1936,8 @@
--disable-libpostproc) _libpostproc=no ;;
--enable-libpostproc_so) _libpostproc_so=yes ;;
--disable-libpostproc_so) _libpostproc_so=no ;;
- --enable-lavc_mpegaudio_hp) _lavc_mpegaudio_hp=yes ;;
- --disable-lavc_mpegaudio_hp) _lavc_mpegaudio_hp=no ;;
+ --enable-libavcodec_mpegaudio_hp) _libavcodec_mpegaudio_hp=yes ;;
+ --disable-libavcodec_mpegaudio_hp) _libavcodec_mpegaudio_hp=no ;;
--enable-libfame) _libfame=yes ;;
--disable-libfame) _libfame=no ;;
@@ -6221,8 +6221,8 @@
_def_libavcodec='#undef USE_LIBAVCODEC'
_def_libavcodec_so='#undef USE_LIBAVCODEC_SO'
_def_lavc_dsputil='#undef USE_LIBAVCODEC_DSPUTIL'
-if test "$_lavc_mpegaudio_hp" = yes ; then
- _def_lavc_mpegaudio_hp='#define CONFIG_MPEGAUDIO_HP 1'
+if test "$_libavcodec_mpegaudio_hp" = yes ; then
+ _def_libavcodec_mpegaudio_hp='#define CONFIG_MPEGAUDIO_HP 1'
fi
if test "$_libavcodec" = yes ; then
_def_libavcodec='#define USE_LIBAVCODEC 1'
@@ -7790,7 +7790,7 @@
$_def_libavcodec
$_def_libavcodec_so
$_def_lavc_dsputil
-$_def_lavc_mpegaudio_hp
+$_def_libavcodec_mpegaudio_hp
/* ffmpeg's libavformat support (requires libavformat source) */
$_def_libavformat
More information about the MPlayer-cvslog
mailing list