summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2004-04-21 00:30:04 +0000
committerDavid Schleef <ds@schleef.org>2004-04-21 00:30:04 +0000
commita142f75cd93c4f8227d8caca94eaf8ca38af5bc5 (patch)
tree3723dcf4afa68bcf3f650cef301a40cde02264fd
parent38cb15637652d7d88cfd5acf612d654307515b04 (diff)
downloadgst-plugins-bad-a142f75cd93c4f8227d8caca94eaf8ca38af5bc5.tar.gz
gst-plugins-bad-a142f75cd93c4f8227d8caca94eaf8ca38af5bc5.tar.bz2
gst-plugins-bad-a142f75cd93c4f8227d8caca94eaf8ca38af5bc5.zip
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)
-rw-r--r--ChangeLog6
-rw-r--r--ext/sdl/Makefile.am2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ec5772e7..3322ed70 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
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