From 5e87884c7666b2ca5c1384c60db66b87cb1dabe1 Mon Sep 17 00:00:00 2001 From: Edgard Lima Date: Tue, 20 Sep 2005 18:49:05 +0000 Subject: Fixed configure.ac and ext/sdl/Makefile.am for sdl port to 0.9. Original commit message from CVS: Fixed configure.ac and ext/sdl/Makefile.am for sdl port to 0.9. --- ext/sdl/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/sdl') diff --git a/ext/sdl/Makefile.am b/ext/sdl/Makefile.am index dbe91c4c..de49525f 100644 --- a/ext/sdl/Makefile.am +++ b/ext/sdl/Makefile.am @@ -3,7 +3,7 @@ plugin_LTLIBRARIES = libgstsdlvideosink.la libgstsdlvideosink_la_SOURCES = sdlvideosink.c libgstsdlvideosink_la_CFLAGS = $(GST_CFLAGS) $(X_CFLAGS) $(SDL_CFLAGS) -libgstsdlvideosink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -L/usr/X11R6/lib/ +libgstsdlvideosink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgstsdlvideosink_la_LIBADD = $(SDL_LIBS) \ $(top_builddir)/../gst-plugins-base/gst-libs/gst/interfaces/libgstinterfaces-$(GST_MAJORMINOR).la \ $(top_builddir)/../gst-plugins-base/gst-libs/gst/video/libgstvideo-$(GST_MAJORMINOR).la \ -- cgit v1.2.1