gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r12352: fix vaapi support


From: Rob Savoye
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r12352: fix vaapi support
Date: Thu, 05 Aug 2010 10:07:05 -0600
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 12352
author: Gwenole Beauchesne <address@hidden>
committer: Rob Savoye <address@hidden>
branch nick: trunk
timestamp: Thu 2010-08-05 10:07:05 -0600
message:
  fix vaapi support
modified:
  configure.ac
=== modified file 'configure.ac'
--- a/configure.ac      2010-08-04 14:35:50 +0000
+++ b/configure.ac      2010-08-05 16:07:05 +0000
@@ -1146,12 +1146,11 @@
 
 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"${build_media_ffmpeg}" = x"no" -a x"${build_vaapi}" = x"yes" -a 
x"${have_ffmpeg_vaapi}" = x"yes"; then
+if test x"${build_vaapi}" = x"yes" -a "(" x"${build_media_ffmpeg}" != x"yes" 
-o x"${have_ffmpeg_vaapi}" != x"yes" ")"; then
   AC_MSG_ERROR(["Hardware acceleration currently not supported unless using 
ffmpeg."])
 fi
 
 if test x"${have_ffmpeg_vaapi}" = x"yes" -a x"${build_vaapi}" = x"yes"; then
-  AC_MSG_CHECKING(some shit)
   use_libva=no
   use_libva_x11=no
   use_libva_glx=no


reply via email to

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