mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
7304bf825b
Original commit message from CVS: - plugins are built without versioning info
12 lines
416 B
Makefile
12 lines
416 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)
|
|
libgstjpeg_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
|
|
|
noinst_HEADERS = gstjpegdec.h gstjpegenc.h
|