]> git.pld-linux.org Git - packages/clutter-gst.git/commitdiff
- fix linking
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 10 Jul 2007 06:26:29 +0000 (06:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    clutter-gst-link.patch -> 1.1

clutter-gst-link.patch [new file with mode: 0644]

diff --git a/clutter-gst-link.patch b/clutter-gst-link.patch
new file mode 100644 (file)
index 0000000..c7d2316
--- /dev/null
@@ -0,0 +1,15 @@
+--- clutter-gst-0.3.1/configure.ac.orig        2007-07-06 16:36:04.000000000 +0200
++++ clutter-gst-0.3.1/configure.ac     2007-07-10 08:12:34.634813572 +0200
+@@ -81,11 +81,9 @@
+ GST_MAJORMINOR=0.10
+-pkg_modules="gstreamer-$GST_MAJORMINOR gstreamer-plugins-base-$GST_MAJORMINOR"
++pkg_modules="gstreamer-$GST_MAJORMINOR gstreamer-base-$GST_MAJORMINOR"
+ PKG_CHECK_MODULES(GST, [$pkg_modules])
+-GST_LIBS="$GST_LIBS -lgstinterfaces-$GST_MAJORMINOR -lgstvideo-$GST_MAJORMINOR -lgstaudio-$GST_MAJORMINOR"
+-
+ dnl ========================================================================
+ if test "x$GCC" = "xyes"; then
This page took 0.025982 seconds and 4 git commands to generate.