mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 19:09:41 +00:00
1c7d5ad0d8
Original commit message from CVS: Updated autogen.sh/configure.ac and various Makefiles to make the configure script set up all gcc specific compiler arguments, rather than hardcoding them in the Makefile.am files
12 lines
418 B
Makefile
12 lines
418 B
Makefile
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
|
|
|
plugin_LTLIBRARIES = libgstjpeg.la
|
|
|
|
libgstjpeg_la_SOURCES = gstjpeg.c gstjpegdec.c gstjpegenc.c
|
|
libgstjpeg_la_CFLAGS = $(GST_CFLAGS)
|
|
## FIXME: check these CFLAGS
|
|
## -O3 $(FOMIT_FRAME_POINTER) $(GST_OPT_CFLAGS) $(GST_FUNROLL_CFLAGS) -DNDEBUG
|
|
libgstjpeg_la_LIBADD = $(JPEG_LIBS)
|
|
libgstjpeg_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstjpegdec.h gstjpegenc.h
|