summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Schmidt <jan@centricular.com>2014-04-29 22:18:14 +1000
committerJan Schmidt <jan@centricular.com>2014-04-29 22:19:37 +1000
commit692e7b4e1147af9b7ff97d3ee1098a5fc45013bb (patch)
tree5e4d9d585a1cf3e7bd9b35e144c9ec8e210b7598
parent4296dc12f70aca928073aad912bb33a124e83993 (diff)
downloadgstreamer-plugins-bad-692e7b4e1147af9b7ff97d3ee1098a5fc45013bb.tar.gz
gl/sdl example: Fix uninstalled build
-rw-r--r--tests/examples/gl/sdl/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/examples/gl/sdl/Makefile.am b/tests/examples/gl/sdl/Makefile.am
index 04a9a5d46..c0cd8386b 100644
--- a/tests/examples/gl/sdl/Makefile.am
+++ b/tests/examples/gl/sdl/Makefile.am
@@ -7,11 +7,11 @@ noinst_PROGRAMS += sdlshare
sdlshare_SOURCES = sdlshare.c
-sdlshare_CFLAGS=$(GST_PLUGINS_GL_CFLAGS) $(GST_CFLAGS) \
+sdlshare_CFLAGS=$(GST_PLUGINS_GL_CFLAGS) $(GST_VIDEO_CFLAGS) $(GST_CFLAGS) \
$(GL_CFLAGS) $(SDL_CFLAGS) \
-I$(top_srcdir)/gst-libs \
-I$(top_builddir)/gst-libs
-sdlshare_LDADD=$(GST_PLUGINS_GL_LIBS) $(GST_LIBS) \
+sdlshare_LDADD=$(GST_PLUGINS_GL_LIBS) $(GST_VIDEO_LIBS) $(GST_LIBS) \
$(GL_LIBS) $(SDL_LIBS) \
$(top_builddir)/gst-libs/gst/gl/libgstgl-$(GST_API_VERSION).la \
-lgstvideo-$(GST_API_VERSION)