mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
3342b1679e
And fix all the warnings.
20 lines
493 B
Makefile
20 lines
493 B
Makefile
plugin_LTLIBRARIES = libgstjpeg.la
|
|
|
|
libgstjpeg_la_SOURCES = \
|
|
gstjpeg.c \
|
|
gstjpegenc.c \
|
|
gstjpegdec.c \
|
|
gstsmokeenc.c \
|
|
smokecodec.c \
|
|
gstsmokedec.c
|
|
|
|
libgstjpeg_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
|
libgstjpeg_la_LIBADD = $(GST_LIBS) $(JPEG_LIBS) $(LIBM)
|
|
libgstjpeg_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstjpeg_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|
|
noinst_HEADERS = \
|
|
gstjpeg.h \
|
|
gstjpegdec.h gstjpegenc.h \
|
|
gstsmokeenc.h gstsmokedec.h \
|
|
smokecodec.h smokeformat.h
|