examples: gl: add missing entry to cflags to find gst/gl/gl.h
Otherwise build fails
This commit is contained in:
parent
2cb93951df
commit
72f3b228c8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user