summaryrefslogtreecommitdiff
path: root/avmedia
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-08-13 15:58:26 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-08-13 15:58:26 +0100
commite49926725f95eab4d6a215db093cc1c724b1a064 (patch)
tree4e0142a6dfa33e01e35745aa7d0d30970387f94b /avmedia
parentf57d0649b913f0192ed90de4082ff449f1f7083b (diff)
tweak old-school gstreamer link line
Change-Id: If3f42a53ccfb4829009171c9b8325b2cb06277c2
Diffstat (limited to 'avmedia')
-rw-r--r--avmedia/Library_avmediagst_0_10.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/avmedia/Library_avmediagst_0_10.mk b/avmedia/Library_avmediagst_0_10.mk
index 0279717b4337..84b5ad469ac8 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_sdk_api,avmediagst_0_10))
@@ -55,6 +54,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 \
))