mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
12 lines
359 B
Makefile
12 lines
359 B
Makefile
|
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
|
||
|
|
||
|
noinst_HEADERS = gstjpegdec.h gstjpegenc.h
|