From a142f75cd93c4f8227d8caca94eaf8ca38af5bc5 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Wed, 21 Apr 2004 00:30:04 +0000 Subject: 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) --- ChangeLog | 6 ++++++ ext/sdl/Makefile.am | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ec5772e7..3322ed70 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-04-20 David Schleef + + * ext/sdl/Makefile.am: Link against libgstinterfaces, not + libgstxoverlay. jmmv@menta.net (Julio M. Merino Vidal) + (bug #140384) + 2004-04-20 Daniel Gazard reviewed by David Schleef diff --git a/ext/sdl/Makefile.am b/ext/sdl/Makefile.am index 0b78587e..b8e0daee 100644 --- a/ext/sdl/Makefile.am +++ b/ext/sdl/Makefile.am @@ -5,7 +5,7 @@ libgstsdlvideosink_la_SOURCES = sdlvideosink.c ## FIXME I have my doubts about these opti flags libgstsdlvideosink_la_CFLAGS = $(GST_CFLAGS) $(SDL_CFLAGS) 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) noinst_HEADERS = sdlvideosink.h -- cgit v1.2.1