From 72f3b228c85bbd98735e7c7f56cc81db5bc384f7 Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Tue, 29 Apr 2014 13:21:27 -0300 Subject: [PATCH] examples: gl: add missing entry to cflags to find gst/gl/gl.h Otherwise build fails --- tests/examples/gl/gtk/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/examples/gl/gtk/Makefile.am b/tests/examples/gl/gtk/Makefile.am index c64cd4a..2821b4e 100644 --- a/tests/examples/gl/gtk/Makefile.am +++ b/tests/examples/gl/gtk/Makefile.am @@ -4,7 +4,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) +libgstgtkhelper_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(GTK3_CFLAGS) if HAVE_WINDOW_COCOA libgstgtkhelper_la_CFLAGS += -x objective-c -- 2.7.4