diff options
author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2013-04-12 19:26:11 +0000 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-04-15 08:43:05 +0200 |
commit | 2ea9a66dd5a73e1a62387b3fea1af749f8111197 (patch) | |
tree | 416c45ee5b7b5a4ee42cc8763a72d4044146bc18 | |
parent | 0d6602eaaf34db722d120515148a1267a68fd1d8 (diff) | |
download | gstreamer-plugins-good-2ea9a66dd5a73e1a62387b3fea1af749f8111197.tar.gz |
goom2k1: fix duplicated symbol with goom
-rw-r--r-- | gst/goom2k1/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
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 |