[Vm-dev] [commit] r2099 - cofigure gstreamer via pkg-config

commits at squeakvm.org commits at squeakvm.org
Thu Aug 27 00:40:17 UTC 2009


Author: piumarta
Date: 2009-08-26 17:40:17 -0700 (Wed, 26 Aug 2009)
New Revision: 2099

Modified:
   trunk/platforms/unix/ChangeLog
   trunk/platforms/unix/plugins/GStreamerPlugin/config.cmake
Log:
cofigure gstreamer via pkg-config

Modified: trunk/platforms/unix/ChangeLog
===================================================================
--- trunk/platforms/unix/ChangeLog	2009-08-26 20:30:07 UTC (rev 2098)
+++ trunk/platforms/unix/ChangeLog	2009-08-27 00:40:17 UTC (rev 2099)
@@ -1,3 +1,7 @@
+2009-08-27  Ian Piumarta  <piumarta at freebsd.piumarta.com>
+
+	* plugins/GStreamerPlugin/config.cmake: Configure gstreamer via pkg-config.
+
 2009-08-26  Ian Piumarta  <piumarta at freebsd.piumarta.com>
 
 	* plugins/PseudoTTYPlugin/config.cmake: Disambiguate whether openpty found

Modified: trunk/platforms/unix/plugins/GStreamerPlugin/config.cmake
===================================================================
--- trunk/platforms/unix/plugins/GStreamerPlugin/config.cmake	2009-08-26 20:30:07 UTC (rev 2098)
+++ trunk/platforms/unix/plugins/GStreamerPlugin/config.cmake	2009-08-27 00:40:17 UTC (rev 2099)
@@ -1,3 +1,3 @@
 PLUGIN_REQUIRE_PACKAGE (GLIB2 glib-2.0)
 PLUGIN_REQUIRE_PACKAGE (XML2 libxml-2.0)
-PLUGIN_REQUIRE_INCLUDE (GST_GST gst/gst.h /usr/include/gstreamer-0.10)
+PLUGIN_REQUIRE_PACKAGE (GSTREAMER gstreamer-0.10)



More information about the Vm-dev mailing list