gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11525: Fix typo that caused link ti


From: Bastiaan Jacques
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11525: Fix typo that caused link time lookup of gst_version() to fail.
Date: Fri, 25 Sep 2009 21:12:45 +0200
User-agent: Bazaar (1.16.1)

------------------------------------------------------------
revno: 11525
committer: Bastiaan Jacques <address@hidden>
branch nick: trunk
timestamp: Fri 2009-09-25 21:12:45 +0200
message:
  Fix typo that caused link time lookup of gst_version() to fail.
modified:
  gui/Makefile.am
=== modified file 'gui/Makefile.am'
--- a/gui/Makefile.am   2009-09-09 19:50:57 +0000
+++ b/gui/Makefile.am   2009-09-25 19:12:45 +0000
@@ -156,7 +156,7 @@
 if USE_GST_ENGINE
 GST_STUFF = $(GSTPBUTILS_LIBS) $(GSTREAMER_PLUGINS_BASE_LIBS) 
$(GSTREAMER_LIBS)  $(LIBXML2_LIBS)
 AM_CPPFLAGS += $(GSTREAMER_CFLAGS) $(LIBXML2_CFLAGS)
-AM_LDFLAGS += $(GSTREAMER_STUFF)
+AM_LDFLAGS += $(GST_STUFF)
 endif
 
 # if USE_GUI_FLTK


reply via email to

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