From: Andoni Morales Alastruey Date: Fri, 12 Apr 2013 19:26:11 +0000 (+0000) Subject: goom2k1: fix duplicated symbol with goom X-Git-Tag: 1.1.1~211 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2ea9a66dd5a73e1a62387b3fea1af749f8111197;p=platform%2Fupstream%2Fgst-plugins-good.git goom2k1: fix duplicated symbol with goom --- diff --git a/gst/goom2k1/Makefile.am b/gst/goom2k1/Makefile.am index 6b2ddfd41..3356b82a2 100644 --- a/gst/goom2k1/Makefile.am +++ b/gst/goom2k1/Makefile.am @@ -7,7 +7,9 @@ noinst_HEADERS = gstgoom.h filters.h goom_core.h goom_tools.h graphic.h lines.h libgstgoom2k1_la_SOURCES = gstgoom.c goom_core.c $(GOOM_FILTER_FILES) graphic.c lines.c -libgstgoom2k1_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(GOOM_FILTER_CFLAGS) +libgstgoom2k1_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(GOOM_FILTER_CFLAGS) \ + -Dgst_goom_get_type=gst_goom2k1_get_type + libgstgoom2k1_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(LIBM) libgstgoom2k1_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgstgoom2k1_la_LIBTOOLFLAGS = --tag=disable-static