gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r12137: Don't print an error if usin


From: Rob Savoye
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r12137: Don't print an error if using gst but libva exists, just ignore libva
Date: Mon, 05 Apr 2010 14:08:38 -0600
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 12137
committer: Rob Savoye <address@hidden>
branch nick: trunk
timestamp: Mon 2010-04-05 14:08:38 -0600
message:
  Don't print an error if using gst but libva exists, just ignore libva
modified:
  configure.ac
=== modified file 'configure.ac'
--- a/configure.ac      2010-04-05 19:54:56 +0000
+++ b/configure.ac      2010-04-05 20:08:38 +0000
@@ -2266,7 +2266,7 @@
 AM_CONDITIONAL(HAVE_FLTK2, [ test x$has_fltk2 = xyes ])
 AM_CONDITIONAL(HAS_XFT, [ test x$has_xft = xyes ])
 
-if test x$build_agg = xyes; then
+if test x"${build_agg}" = xyes; then
    GNASH_PATH_AGG
 fi
 
@@ -2325,7 +2325,7 @@
 
 dnl Until the hwaccel patches in ffmpeg wind up in the ffmpeg-plugin,
 dnl restrict using HW Accel to using ffmpeg directly.
-if test x"${media_handler}" = x"gst" -a x"${build_vaapi}" = x"yes"; then
+if test x"${media_handler}" = x"gst" -a x"${build_vaapi}" = x"yes" -a 
x"${have_ffmpeg_vaapi}" = x"yes"; then
   AC_MSG_ERROR(["Hardware acceleration currently not supported unless using 
ffmpeg."])
 fi
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]