mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
7593b38a57
Original commit message from CVS: fix build and use of GST_LIBS
19 lines
423 B
Makefile
19 lines
423 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)
|
|
libgstjpeg_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = \
|
|
gstjpegdec.h gstjpegenc.h \
|
|
gstsmokeenc.h gstsmokedec.h \
|
|
smokecodec.h smokeformat.h
|