[MPlayer-cvslog] r27613 - trunk/configure

diego subversion at mplayerhq.hu
Mon Sep 15 07:19:23 CEST 2008


Author: diego
Date: Mon Sep 15 07:19:22 2008
New Revision: 27613

Log:
Avoid useless line in libpostproc test.


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Mon Sep 15 07:19:22 2008
@@ -6562,7 +6562,6 @@ if test "$_libpostproc_a" = auto ; then
 elif test "$_libpostproc_so" = auto ; then
   _libpostproc_so=no
   cat > $TMPC << EOF
-  #define CONFIG_LIBPOSTPROC 1
   #include <inttypes.h>
   #include <libpostproc/postprocess.h>
   int main(void) { pp_get_mode_by_name_and_quality("de", 0); return 0; }



More information about the MPlayer-cvslog mailing list