From c656b5eab642b3fa90fd738bd1fe83d9d001128e Mon Sep 17 00:00:00 2001 From: "David I. Lehn" Date: Sat, 12 Jan 2002 03:34:26 +0000 Subject: s/filter/plugin/ link plugins to GST_LIBS rearrange rules to a common format Original commit message from CVS: * s/filter/plugin/ * link plugins to GST_LIBS * rearrange rules to a common format --- ext/jpeg/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/jpeg') diff --git a/ext/jpeg/Makefile.am b/ext/jpeg/Makefile.am index 8f467686..795a48c4 100644 --- a/ext/jpeg/Makefile.am +++ b/ext/jpeg/Makefile.am @@ -3,9 +3,9 @@ plugindir = $(libdir)/gst plugin_LTLIBRARIES = libgstjpeg.la libgstjpeg_la_SOURCES = gstjpeg.c gstjpegdec.c gstjpegenc.c -libgstjpeg_la_LIBADD = $(JPEG_LIBS) 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) noinst_HEADERS = gstjpegdec.h gstjpegenc.h -- cgit