[MPlayer-cvslog] r23145 - trunk/configure
diego
subversion at mplayerhq.hu
Thu Apr 26 22:44:02 CEST 2007
Author: diego
Date: Thu Apr 26 22:44:02 2007
New Revision: 23145
Log:
Fix cut and paste typo, _def_libpostproc --> _def_libpostproc_a.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Thu Apr 26 22:44:02 2007
@@ -6295,7 +6295,7 @@ _def_libpostproc_a='#undef USE_LIBPOSTPR
_def_libpostproc_so='#undef USE_LIBPOSTPROC_SO'
test "$_libpostproc_a" = yes || test "$_libpostproc_so" = yes && _libpostproc=yes
test "$_libpostproc" = yes && _def_libpostproc='#define USE_LIBPOSTPROC 1'
-test "$_libpostproc_a" = yes && _def_libpostproc='#define USE_LIBPOSTPROC_A 1'
+test "$_libpostproc_a" = yes && _def_libpostproc_a='#define USE_LIBPOSTPROC_A 1'
test "$_libpostproc_so" = yes \
&& _def_libpostproc_so='#define USE_LIBPOSTPROC_SO 1'
echores "$_libpostproc"
More information about the MPlayer-cvslog
mailing list