From 6b1b6d25debd0833ef01616b1b47cd9dc0cd8c32 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Tue, 29 Apr 2014 22:18:14 +1000 Subject: [PATCH] gl/sdl example: Fix uninstalled build --- tests/examples/gl/sdl/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/examples/gl/sdl/Makefile.am b/tests/examples/gl/sdl/Makefile.am index 04a9a5d..c0cd838 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) -- 2.7.4