gdkpixbuf: re-enable already-ported gdkpixbuf element as gdkpixbufdec
[platform/upstream/gstreamer.git] / ext / gdk_pixbuf / Makefile.am
1 plugin_LTLIBRARIES = libgstgdkpixbuf.la
2
3 # pixbufscale.[ch] - not sure the world needs this
4 #
5 # gstgdkanimation.[ch] - GdkPixbuf animations decode everything from the start,
6 # which means it's easy to make us go OOM with manipulated input, disabled
7
8 # TO PORT:
9 # gstgdkpixbufsink.c gstgdkpixbufoverlay.c
10 # gstgdkpixbufsink.h gstgdkpixbufoverlay.h
11
12 libgstgdkpixbuf_la_SOURCES = \
13         gstgdkpixbufplugin.c \
14         gstgdkpixbufdec.c
15 libgstgdkpixbuf_la_CFLAGS = \
16         $(GST_PLUGINS_BASE_CFLAGS) \
17         $(GST_CONTROLLER_CFLAGS) \
18         $(GST_BASE_CFLAGS) \
19         $(GST_CFLAGS) $(GDK_PIXBUF_CFLAGS)
20 libgstgdkpixbuf_la_LIBADD = \
21         $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION) \
22         $(GST_CONTROLLER_LIBS) \
23         $(GST_BASE_LIBS) \
24         $(GST_LIBS) $(GDK_PIXBUF_LIBS)
25 libgstgdkpixbuf_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
26 libgstgdkpixbuf_la_LIBTOOLFLAGS = --tag=disable-static
27
28 noinst_HEADERS = \
29         gstgdkpixbufdec.h