]> git.pld-linux.org Git - packages/rhythmbox.git/commitdiff
- kill undefined symbol: gst_push_src_get_type
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Wed, 27 Dec 2006 15:54:07 +0000 (15:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rhythmbox-link.patch -> 1.1

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

diff --git a/rhythmbox-link.patch b/rhythmbox-link.patch
new file mode 100644 (file)
index 0000000..e898bf4
--- /dev/null
@@ -0,0 +1,13 @@
+diff -urN rhythmbox-0.9.7/plugins/daap/Makefile.am rhythmbox-0.9.7.new/plugins/daap/Makefile.am
+--- rhythmbox-0.9.7/plugins/daap/Makefile.am   2006-11-17 09:02:42.000000000 +0100
++++ rhythmbox-0.9.7.new/plugins/daap/Makefile.am       2006-12-27 12:48:00.000000000 +0100
+@@ -13,7 +13,8 @@
+ libdaap_la_LIBADD =                                   \
+       $(top_builddir)/daapsharing/libdaapsharing.la   \
+       $(SOUP_LIBS)                                    \
+-      $(MDNS_LIBS)
++      $(MDNS_LIBS)                                    \
++      $(GSTREAMER_0_10_LIBS)
+ INCLUDES =                                            \
+         -DGNOMELOCALEDIR=\""$(datadir)/locale"\"        \
This page took 0.030438 seconds and 4 git commands to generate.