From 7304bf825b8a6d5ab1cb2eda04d7dae89ff07fbc Mon Sep 17 00:00:00 2001 From: Wrobell Date: Fri, 18 Jan 2002 02:05:25 +0000 Subject: - plugins are built without versioning info Original commit message from CVS: - plugins are built without versioning info --- ext/jpeg/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/jpeg') diff --git a/ext/jpeg/Makefile.am b/ext/jpeg/Makefile.am index 795a48c4..4eea7051 100644 --- a/ext/jpeg/Makefile.am +++ b/ext/jpeg/Makefile.am @@ -7,5 +7,6 @@ libgstjpeg_la_CFLAGS = $(GST_CFLAGS) ## FIXME: check these CFLAGS ## -O3 $(FOMIT_FRAME_POINTER) -funroll-all-loops -finline-functions -ffast-math -DNDEBUG libgstjpeg_la_LIBADD = $(GST_LIBS) $(JPEG_LIBS) +libgstjpeg_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@ noinst_HEADERS = gstjpegdec.h gstjpegenc.h -- cgit