[FFmpeg-cvslog] configure: Simplify VDPAU header check

Diego Biurrun git at videolan.org
Sun Feb 24 15:22:30 CET 2013


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

configure: Simplify VDPAU header check

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

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

diff --git a/configure b/configure
index a9b0cdd..e16fe63 100755
--- a/configure
+++ b/configure
@@ -3588,10 +3588,9 @@ require X11 X11/Xlib.h XOpenDisplay -lX11                 &&
 require Xext X11/extensions/XShm.h XShmCreateImage -lXext &&
 require Xfixes X11/extensions/Xfixes.h XFixesGetCursorImage -lXfixes
 
-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"
 



More information about the ffmpeg-cvslog mailing list