mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 03:56:16 +00:00
ext/sdl/Makefile.am: Link against libgstinterfaces, not libgstxoverlay. jmmv@menta.net (Julio M. Merino Vidal) (bug ...
Original commit message from CVS: * ext/sdl/Makefile.am: Link against libgstinterfaces, not libgstxoverlay. jmmv@menta.net (Julio M. Merino Vidal) (bug #140384)
This commit is contained in:
parent
38cb156376
commit
a142f75cd9
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2004-04-20 David Schleef <ds@schleef.org>
|
||||||
|
|
||||||
|
* ext/sdl/Makefile.am: Link against libgstinterfaces, not
|
||||||
|
libgstxoverlay. jmmv@menta.net (Julio M. Merino Vidal)
|
||||||
|
(bug #140384)
|
||||||
|
|
||||||
2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
|
2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
|
||||||
|
|
||||||
reviewed by David Schleef
|
reviewed by David Schleef
|
||||||
|
|
|
@ -5,7 +5,7 @@ libgstsdlvideosink_la_SOURCES = sdlvideosink.c
|
||||||
## FIXME I have my doubts about these opti flags
|
## FIXME I have my doubts about these opti flags
|
||||||
libgstsdlvideosink_la_CFLAGS = $(GST_CFLAGS) $(SDL_CFLAGS)
|
libgstsdlvideosink_la_CFLAGS = $(GST_CFLAGS) $(SDL_CFLAGS)
|
||||||
libgstsdlvideosink_la_LIBADD = $(SDL_LIBS) \
|
libgstsdlvideosink_la_LIBADD = $(SDL_LIBS) \
|
||||||
$(top_builddir)/gst-libs/gst/xoverlay/libgstxoverlay.la
|
$(top_builddir)/gst-libs/gst/libgstinterfaces-@GST_MAJORMINOR@.la
|
||||||
libgstsdlvideosink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstsdlvideosink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
|
|
||||||
noinst_HEADERS = sdlvideosink.h
|
noinst_HEADERS = sdlvideosink.h
|
||||||
|
|
Loading…
Reference in a new issue