mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
fb26ca3f32
Original commit message from CVS: jpgenc ported to GSTreamer 0.9
20 lines
412 B
Makefile
20 lines
412 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_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
|
libgstjpeg_la_LIBADD = $(JPEG_LIBS)
|
|
libgstjpeg_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = \
|
|
gstjpegdec.h gstjpegenc.h \
|
|
gstsmokeenc.h gstsmokedec.h \
|
|
smokecodec.h smokeformat.h
|