diff options
author | anssih <anssih@svn> | 2010-07-20 14:44:05 +0000 |
---|---|---|
committer | anssih <anssih@svn> | 2010-07-20 14:44:05 +0000 |
commit | d59a1ab0e49ebb9a33ce4cef9af34a5b493de6dd (patch) | |
tree | f4ccdf103ea387df407df1d68cc5cb5615857f67 /configure.in | |
parent | d937d6b660e123efebb7d24dc205165f4b48acbd (diff) |
fixed: configure not displaying the message if VDPAU not found but enabled
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32007 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 644ab6f623..bde554d751 100644 --- a/configure.in +++ b/configure.in @@ -870,7 +870,7 @@ if test "x$use_vdpau" != "xno"; then AC_CHECK_HEADER([vdpau/vdpau.h],AC_DEFINE([HAVE_LIBVDPAU], [], [Define to 1 if you have the 'vdpau' library (-lvdpau).]), [if test "x$use_vdpau" = "xyes"; then - AC_MSG_ERROR([$vdpau_no_found]) + AC_MSG_ERROR([$vdpau_not_found]) else use_vdpau="no" AC_MSG_RESULT($vdpau_not_found) |