gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11442: Fix typo ($media_handler is


From: Udo Giacomozzi
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11442: Fix typo ($media_handler is all lower-case). Fixes compilation for non-GTK builds who need Gstreamer
Date: Thu, 27 Aug 2009 12:09:15 +0200
User-agent: Bazaar (1.16.1)

------------------------------------------------------------
revno: 11442
committer: Udo Giacomozzi <address@hidden>
branch nick: trunk
timestamp: Thu 2009-08-27 12:09:15 +0200
message:
  Fix typo ($media_handler is all lower-case). Fixes compilation for non-GTK 
builds who need Gstreamer
modified:
  configure.ac
=== modified file 'configure.ac'
--- a/configure.ac      2009-08-04 17:48:09 +0000
+++ b/configure.ac      2009-08-27 10:09:15 +0000
@@ -1846,7 +1846,7 @@
 AM_CONDITIONAL([QT_WIN32], [test "$platform" = "Win32"])
 
 dnl Need GLIB for both GTK and GST
-if test x$build_gtk = xyes -o x${Media_handler} = "xgst"; then
+if test x$build_gtk = xyes -o x${media_handler} = "xgst"; then
   GNASH_PATH_GLIB
 fi
 


reply via email to

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