Send seek event to baseparse when aacparse seek failed in push mode
[platform/upstream/gst-plugins-good.git] / ext / gdk_pixbuf / Makefile.am
1 plugin_LTLIBRARIES = libgstgdkpixbuf.la
2
3 # gstgdkanimation.[ch] - GdkPixbuf animations decode everything from the start,
4 # which means it's easy to make us go OOM with manipulated input, disabled
5
6 libgstgdkpixbuf_la_SOURCES = \
7         gstgdkpixbufdec.c \
8         gstgdkpixbufoverlay.c \
9         gstgdkpixbufplugin.c \
10         gstgdkpixbufsink.c
11 libgstgdkpixbuf_la_CFLAGS = \
12         $(GST_PLUGINS_BASE_CFLAGS) \
13         $(GST_CONTROLLER_CFLAGS) \
14         $(GST_BASE_CFLAGS) \
15         $(GST_CFLAGS) $(GDK_PIXBUF_CFLAGS)
16 libgstgdkpixbuf_la_LIBADD = \
17         $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION) \
18         $(GST_CONTROLLER_LIBS) \
19         $(GST_BASE_LIBS) \
20         $(GST_LIBS) $(GDK_PIXBUF_LIBS)
21 libgstgdkpixbuf_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
22
23 noinst_HEADERS = \
24         gstgdkpixbufdec.h \
25         gstgdkpixbufoverlay.h \
26         gstgdkpixbufsink.h