mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
gl/sdl example: Fix uninstalled build
This commit is contained in:
parent
4296dc12f7
commit
692e7b4e11
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue