[MPlayer-cvslog] r23135 - trunk/configure
diego
subversion at mplayerhq.hu
Thu Apr 26 15:01:54 CEST 2007
Author: diego
Date: Thu Apr 26 15:01:54 2007
New Revision: 23135
Log:
Merge config.h variable declarations into libpostproc test.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Thu Apr 26 15:01:54 2007
@@ -6290,18 +6290,14 @@ EOF
fi
fi
_libpostproc=no
+_def_libpostproc='#undef USE_LIBPOSTPROC'
+_def_libpostproc_so='#undef USE_LIBPOSTPROC_SO'
test "$_libpostproc_a" = yes || test "$_libpostproc_so" = yes && _libpostproc=yes
+test "$_libpostproc_a" = yes && _def_libpostproc='#define USE_LIBPOSTPROC 1'
+test "$_libpostproc_so" = yes \
+ && _def_libpostproc_so='#define USE_LIBPOSTPROC_SO 1'
echores "$_libpostproc"
-_def_libpostproc='#undef USE_LIBPOSTPROC'
-_def_libpostproc_so='#undef USE_LIBPOSTPROC_SO'
-if test "$_libpostproc_a" = yes ; then
- _def_libpostproc='#define USE_LIBPOSTPROC 1'
-else
- if test "$_libpostproc_so" = yes ; then
- _def_libpostproc_so='#define USE_LIBPOSTPROC_SO 1'
- fi
-fi
echocheck "md5sum support"
if test "$_md5sum" = yes; then
More information about the MPlayer-cvslog
mailing list