mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
gtk example: Fix cflags in Makefile.am
This commit is contained in:
parent
17b95aad48
commit
599dd8c72c
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ gtkglsink_SOURCES = gtkglsink.c
|
|||
gtkglsink_CFLAGS = \
|
||||
$(GST_PLUGINS_BAD_CFLAGS) \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(GST_GL_CFLAGS) \
|
||||
$(GST_CFLAGS) \
|
||||
$(GL_CFLAGS) \
|
||||
$(GTK3_CFLAGS)
|
||||
|
|
Loading…
Reference in a new issue