mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
examples: gl: sdl: link to the right in-tree libgstvideo
https://bugzilla.gnome.org/show_bug.cgi?id=796082
This commit is contained in:
parent
b7e8d1657d
commit
65c987b495
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ sdlshare_CFLAGS= \
|
||||||
$(SDL_CFLAGS)
|
$(SDL_CFLAGS)
|
||||||
sdlshare_LDADD= $(GST_LIBS) $(GL_LIBS) $(SDL_LIBS) \
|
sdlshare_LDADD= $(GST_LIBS) $(GL_LIBS) $(SDL_LIBS) \
|
||||||
$(top_builddir)/gst-libs/gst/gl/libgstgl-$(GST_API_VERSION).la \
|
$(top_builddir)/gst-libs/gst/gl/libgstgl-$(GST_API_VERSION).la \
|
||||||
-lgstvideo-$(GST_API_VERSION)
|
$(top_builddir)/gst-libs/gst/video/libgstvideo-$(GST_API_VERSION).la
|
||||||
|
|
||||||
sdlshare2_SOURCES = sdlshare2.c
|
sdlshare2_SOURCES = sdlshare2.c
|
||||||
|
|
||||||
|
@ -29,6 +29,6 @@ sdlshare2_CFLAGS= \
|
||||||
$(SDL_CFLAGS)
|
$(SDL_CFLAGS)
|
||||||
sdlshare2_LDADD= $(GST_LIBS) $(GL_LIBS) $(SDL_LIBS) \
|
sdlshare2_LDADD= $(GST_LIBS) $(GL_LIBS) $(SDL_LIBS) \
|
||||||
$(top_builddir)/gst-libs/gst/gl/libgstgl-$(GST_API_VERSION).la \
|
$(top_builddir)/gst-libs/gst/gl/libgstgl-$(GST_API_VERSION).la \
|
||||||
-lgstvideo-$(GST_API_VERSION)
|
$(top_builddir)/gst-libs/gst/video/libgstvideo-$(GST_API_VERSION).la
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue