[commit] r2099 - cofigure gstreamer via pkg-config

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[commit] r2099 - cofigure gstreamer via pkg-config

commits-3
 
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  <[hidden email]>
+
+ * plugins/GStreamerPlugin/config.cmake: Configure gstreamer via pkg-config.
+
 2009-08-26  Ian Piumarta  <[hidden email]>
 
  * 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)