From 4359de26166000e317604b6b20283c79dd2a0521 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Tue, 19 Mar 2002 04:10:06 +0000 Subject: removal of //-style comments don't link plugins to core libs -- the versioning is done internally to the plugins with... Original commit message from CVS: * removal of //-style comments * don't link plugins to core libs -- the versioning is done internally to the plugins with the plugin_info struct, and symbol resolution is lazy, so we can always know if a plugin can be loaded by the plugin_info data. in theory. --- ext/sdl/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/sdl/Makefile.am') diff --git a/ext/sdl/Makefile.am b/ext/sdl/Makefile.am index f57c0247..7191711b 100644 --- a/ext/sdl/Makefile.am +++ b/ext/sdl/Makefile.am @@ -5,7 +5,7 @@ plugin_LTLIBRARIES = libsdlvideosink.la libsdlvideosink_la_SOURCES = sdlvideosink.c ## FIXME I have my doubts about these opti flags libsdlvideosink_la_CFLAGS = $(GST_CFLAGS) $(SDL_CFLAGS) -ffast-math -finline-functions -libsdlvideosink_la_LIBADD = $(GST_LIBS) $(SDL_LIBS) +libsdlvideosink_la_LIBADD = $(SDL_LIBS) libsdlvideosink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) noinst_HEADERS = sdlvideosink.h -- cgit v1.2.1