[FFmpeg-cvslog] r20867 - trunk/configure

alexc subversion
Mon Dec 14 19:18:51 CET 2009


Author: alexc
Date: Mon Dec 14 19:18:51 2009
New Revision: 20867

Log:
10l: Don't spawn a subshell when disabling vdpau.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Mon Dec 14 16:59:19 2009	(r20866)
+++ trunk/configure	Mon Dec 14 19:18:51 2009	(r20867)
@@ -2483,8 +2483,8 @@ check_func XFixesGetCursorImage -lX11 -l
 
 check_cpp_condition \
     vdpau/vdpau.h "defined VDP_DECODER_PROFILE_MPEG4_PART2_ASP" ||
-    ( echolog "Please upgrade to libvdpau >= 0.2 if you would like vdpau support." &&
-      disable vdpau )
+    { echolog "Please upgrade to libvdpau >= 0.2 if you would like vdpau support." &&
+      disable vdpau; }
 
 enabled debug && add_cflags -g"$debuglevel" && add_asflags -g"$debuglevel"
 



More information about the ffmpeg-cvslog mailing list