You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libreoffice/0004-tweak-old-school-gstre...

39 lines
1.2 KiB

From 300a14c4904a97cc217e56231cbcc7134ff036f3 Mon Sep 17 00:00:00 2001
From: Michael Meeks <michael.meeks@suse.com>
Date: Mon, 13 Aug 2012 15:58:26 +0100
Subject: [PATCH 4/7] tweak old-school gstreamer link line
Change-Id: If3f42a53ccfb4829009171c9b8325b2cb06277c2
Signed-off-by: David Tardon <dtardon@redhat.com>
---
avmedia/Library_avmediagst_0_10.mk | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/avmedia/Library_avmediagst_0_10.mk b/avmedia/Library_avmediagst_0_10.mk
index 9347c2b..5e4df70 100644
--- a/avmedia/Library_avmediagst_0_10.mk
+++ b/avmedia/Library_avmediagst_0_10.mk
@@ -35,7 +35,6 @@ $(eval $(call gb_Library_set_include,avmediagst_0_10,\
-I$(SRCDIR)/avmedia/source/inc \
$(GSTREAMER_0_10_CFLAGS) \
))
-$(eval $(call gb_Library_add_libs,avmediagst_0_10,$(GSTREAMER_0_10_LIBS)))
$(eval $(call gb_Library_use_api,avmediagst_0_10,\
offapi \
@@ -58,6 +57,11 @@ $(eval $(call gb_Library_use_libraries,avmediagst_0_10,\
$(gb_STDLIBS) \
))
+$(eval $(call gb_Library_add_libs,avmediagst_0_10,\
+ $(GSTREAMER_0_10_LIBS) \
+ -lgstinterfaces-0.10 \
+))
+
$(eval $(call gb_Library_add_exception_objects,avmediagst_0_10,\
avmedia/source/gstreamer/gst_0_10 \
))
--
1.7.11.4