gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10621: Advertise XVideo support on


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10621: Advertise XVideo support on 'make dumpconfig' when built-in (only for GTK gui atm)
Date: Tue, 24 Feb 2009 22:22:03 +0100
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10621
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Tue 2009-02-24 22:22:03 +0100
message:
  Advertise XVideo support on 'make dumpconfig' when built-in (only for GTK gui 
atm)
modified:
  Makefile.am
=== modified file 'Makefile.am'
--- a/Makefile.am       2009-02-24 18:38:34 +0000
+++ b/Makefile.am       2009-02-24 21:22:03 +0000
@@ -314,8 +314,12 @@
        @echo " Renderer engine: $(RENDERER_CONFIG)"
 
 if BUILD_GTK_GUI
+if HAVE_XV
+       @echo " Supported GUI: GTK (+XVideo)"
+else
        @echo " Supported GUI: GTK"
 endif
+endif
 if BUILD_HILDON_GUI
        @echo " Supported GUI: HILDON"
 endif


reply via email to

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