mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
e16c50551b
Original commit message from CVS: parallel install fixes
12 lines
428 B
Makefile
12 lines
428 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) -funroll-all-loops -finline-functions -ffast-math -DNDEBUG
|
|
libgstjpeg_la_LIBADD = $(JPEG_LIBS)
|
|
libgstjpeg_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstjpegdec.h gstjpegenc.h
|