From cbf1d559463b4e79a999f35814ad4d83deb98c5a Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Sat, 8 Feb 2014 20:57:39 +0100 Subject: gtk: Don't put libs into CFLAGS in example --- tests/examples/gtk/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3