diff options
author | Olivier CrĂȘte <olivier.crete@collabora.com> | 2017-12-19 16:22:52 -0500 |
---|---|---|
committer | Olivier CrĂȘte <olivier.crete@collabora.com> | 2017-12-19 16:22:52 -0500 |
commit | 599dd8c72c5de479c7f6ef7ca5c81808fd249f65 (patch) | |
tree | 8e09a45e8fff5efb7d3de55c266ddf7c03824b97 | |
parent | 17b95aad48abca14f237deaad0bbcf0132de6b80 (diff) |
gtk example: Fix cflags in Makefile.am
-rw-r--r-- | tests/examples/gtk/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/examples/gtk/Makefile.am b/tests/examples/gtk/Makefile.am index 15636d9f2..cd7962d52 100644 --- a/tests/examples/gtk/Makefile.am +++ b/tests/examples/gtk/Makefile.am @@ -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) |