[MPlayer-cvslog] r23136 - trunk/configure
diego
subversion at mplayerhq.hu
Thu Apr 26 15:11:22 CEST 2007
Author: diego
Date: Thu Apr 26 15:11:22 2007
New Revision: 23136
Log:
Ooops, variable names got confused during copy and paste:
USE_LIBAVCODEC* belongs in _def_libavcodec*.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Thu Apr 26 15:11:22 2007
@@ -6218,10 +6218,8 @@ _def_lavc_dsputil='#undef USE_LIBAVCODEC
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
More information about the MPlayer-cvslog
mailing list