summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-02-08 20:57:39 +0100
committerSebastian Dröge <sebastian@centricular.com>2014-02-08 20:57:39 +0100
commitcbf1d559463b4e79a999f35814ad4d83deb98c5a (patch)
tree6c132190f00dfd5d2eb3c818c5f7ae6f79e1496d
parent3d3b06537d4f7fb01ef758c3042a2c1da7ce438e (diff)
gtk: Don't put libs into CFLAGS in example
-rw-r--r--tests/examples/gtk/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/examples/gtk/Makefile.am b/tests/examples/gtk/Makefile.am
index e294096..3e281f4 100644
--- a/tests/examples/gtk/Makefile.am
+++ b/tests/examples/gtk/Makefile.am
@@ -5,8 +5,7 @@ SUBDIRS = . gtkvideooverlay filternovideooverlay filtervideooverlay fxtest switc
noinst_LTLIBRARIES = libgstgtkhelper.la
libgstgtkhelper_la_SOURCES = gstgtk.c gstgtk.h
-libgstgtkhelper_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(GTK3_CFLAGS) \
- -lgstvideo-$(GST_API_VERSION)
+libgstgtkhelper_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(GTK3_CFLAGS)
if HAVE_WINDOW_COCOA
libgstgtkhelper_la_CFLAGS += -x objective-c