docs: update plugin docs
[platform/upstream/gst-plugins-good.git] / ext / jpeg / Makefile.am
1 plugin_LTLIBRARIES = libgstjpeg.la
2
3 libgstjpeg_la_SOURCES = \
4         gstjpeg.c \
5         gstjpegenc.c \
6         gstjpegdec.c
7 # deprected gstsmokeenc.c smokecodec.c gstsmokedec.c
8
9 libgstjpeg_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
10 libgstjpeg_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS) -lgstvideo-$(GST_API_VERSION) \
11         $(JPEG_LIBS) $(LIBM)
12 libgstjpeg_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
13
14 noinst_HEADERS = \
15         gstjpeg.h \
16         gstjpegdec.h gstjpegenc.h
17 # deprecated gstsmokeenc.h gstsmokedec.h smokecodec.h smokeformat.h