mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 22:05:58 +00:00
c656b5eab6
Original commit message from CVS: * s/filter/plugin/ * link plugins to GST_LIBS * rearrange rules to a common format
11 lines
371 B
Makefile
11 lines
371 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
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 = $(GST_LIBS) $(JPEG_LIBS)
|
|
|
|
noinst_HEADERS = gstjpegdec.h gstjpegenc.h
|