mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue