diff options
author | Arun Raghavan <ford_prefect@gentoo.org> | 2010-11-22 05:37:26 +0000 |
---|---|---|
committer | Arun Raghavan <ford_prefect@gentoo.org> | 2010-11-22 05:37:26 +0000 |
commit | 0a4eeeb31b2fa74b7d26cbcf68e8cdfcfe7b2ec7 (patch) | |
tree | 59a09720fdf608c8a399ddb65e90a95608df8ce8 /media-libs/gst-plugins-base/files | |
parent | Fix gstreamer required version as pointed out by EvaSDK (bug #346363) (diff) | |
download | historical-0a4eeeb31b2fa74b7d26cbcf68e8cdfcfe7b2ec7.tar.gz historical-0a4eeeb31b2fa74b7d26cbcf68e8cdfcfe7b2ec7.tar.bz2 historical-0a4eeeb31b2fa74b7d26cbcf68e8cdfcfe7b2ec7.zip |
Fix include order problem in tags test. Fixes bug #346169.
Package-Manager: portage-2.2.0_alpha4/cvs/Linux x86_64
Diffstat (limited to 'media-libs/gst-plugins-base/files')
-rw-r--r-- | media-libs/gst-plugins-base/files/gst-plugins-base-0.10.30-fix-tag-test-linking.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/media-libs/gst-plugins-base/files/gst-plugins-base-0.10.30-fix-tag-test-linking.patch b/media-libs/gst-plugins-base/files/gst-plugins-base-0.10.30-fix-tag-test-linking.patch new file mode 100644 index 000000000000..0253dfe9e210 --- /dev/null +++ b/media-libs/gst-plugins-base/files/gst-plugins-base-0.10.30-fix-tag-test-linking.patch @@ -0,0 +1,20 @@ +commit 5f5c52cbc5ccbfba662c24619f4ba6ce7ae815a3 +Author: Edward Hervey <bilboed@bilboed.com> +Date: Tue Sep 7 16:26:56 2010 +0200 + + check: Fix linking order of libs/tag + +diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am +index 93542c7..0ed71f2 100644 +--- a/tests/check/Makefile.am ++++ b/tests/check/Makefile.am +@@ -221,8 +221,8 @@ libs_rtp_LDADD = \ + $(top_builddir)/gst-libs/gst/rtp/libgstrtp-@GST_MAJORMINOR@.la $(LDADD) + + libs_tag_CFLAGS = \ +- $(GST_BASE_CFLAGS) \ + $(GST_PLUGINS_BASE_CFLAGS) \ ++ $(GST_BASE_CFLAGS) \ + $(AM_CFLAGS) + libs_tag_LDADD = \ + $(GST_BASE_LIBS) \ |