[FFmpeg-cvslog] configure: Simplify VDPAU header check

Diego Biurrun git at videolan.org
Sun Feb 24 16:39:49 CET 2013


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Thu Feb 21 12:34:42 2013 +0100| [fdd392ed27d88a81bd9d86db6f234ab351ff3f98] | committer: Michael Niedermayer

configure: Simplify VDPAU header check

Conflicts:

	configure

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fdd392ed27d88a81bd9d86db6f234ab351ff3f98
---

 configure |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/configure b/configure
index 460da67..513e6a0 100755
--- a/configure
+++ b/configure
@@ -4031,10 +4031,9 @@ if ! disabled vaapi; then
     } || disable vaapi
 fi
 
-if ! disabled vdpau && enabled vdpau_vdpau_h; then
+enabled vdpau &&
     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; }
-fi
+    disable vdpau
 
 enabled debug && add_cflags -g"$debuglevel" && add_asflags -g"$debuglevel"
 enabled coverage && add_cflags "-fprofile-arcs -ftest-coverage" && add_ldflags "-fprofile-arcs -ftest-coverage"



More information about the ffmpeg-cvslog mailing list