[MPlayer-cvslog] r34817 - trunk/configure

diego subversion at mplayerhq.hu
Thu Mar 15 16:20:02 CET 2012


Author: diego
Date: Thu Mar 15 16:20:02 2012
New Revision: 34817

Log:
configure: Fix libpostproc detection.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Thu Mar 15 16:19:51 2012	(r34816)
+++ trunk/configure	Thu Mar 15 16:20:02 2012	(r34817)
@@ -6761,7 +6761,7 @@ echores "$ffmpeg"
 echocheck "libpostproc"
 if test "$postproc" = auto ; then
   postproc=no
-  if test "$ffmpeg_a" = yes ; then
+  if test "$ffmpeg_a" = yes && test -d ffmpeg/libpostproc ; then
     postproc=yes
   elif $_pkg_config --exists libpostproc ; then
     inc_postproc=$($_pkg_config --cflags libpostproc)


More information about the MPlayer-cvslog mailing list