summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-26 13:11:22 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-26 13:11:22 +0000
commit5f8e546fdd0b1585f9a8c954f5da73a613e711ad (patch)
treef8b83ed7e9ea78ec4f3262e8d197299f44afec3c /configure
parentb0f268310ce941bea6fe4b2be2e2a4d1c400bfab (diff)
downloadmpv-5f8e546fdd0b1585f9a8c954f5da73a613e711ad.tar.bz2
mpv-5f8e546fdd0b1585f9a8c954f5da73a613e711ad.tar.xz
Ooops, variable names got confused during copy and paste:
USE_LIBAVCODEC* belongs in _def_libavcodec*. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23136 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 2 insertions, 4 deletions
diff --git a/configure b/configure
index a9d87bfd32..7b2bbe8347 100755
--- a/configure
+++ b/configure
@@ -6218,10 +6218,8 @@ _def_lavc_dsputil='#undef USE_LIBAVCODEC_DSPUTIL'
test "$_libavcodec_a" = yes || test "$_libavcodec_so" = yes && _libavcodec=yes
test "$_libavcodec_a" = yes \
&& _def_lavc_dsputil='#define USE_LIBAVCODEC_DSPUTIL'
-test "$_libavcodec_so" = yes \
- && _def_lavc_dsputil='#define USE_LIBAVCODEC_SO 1'
-test "$_libavcodec" = yes \
- && _def_lavc_dsputil='#define USE_LIBAVCODEC 1'
+test "$_libavcodec" = yes && _def_libavcodec='#define USE_LIBAVCODEC 1'
+test "$_libavcodec_so" = yes && _def_libavcodec='#define USE_LIBAVCODEC_SO 1'
test "$_libavcodec_mpegaudio_hp" = yes \
&& _def_libavcodec_mpegaudio_hp='#define CONFIG_MPEGAUDIO_HP 1'
if test "$_libavcodec_a" = yes ; then