jpegdec: don't overwrite the last valid line
[platform/upstream/gst-plugins-good.git] / ext / gtk / Makefile.am
1 # preamble
2 NULL =
3 BUILT_SOURCES =
4 CLEANFILES =
5 EXTRA_DIST =
6 DISTCLEANFILES =
7 lib_LTLIBRARIES =
8
9 # source
10 sources = \
11         gtkgstbasewidget.c \
12         gtkgstbasewidget.h \
13         gtkgstwidget.c \
14         gtkgstwidget.h \
15         gstgtkbasesink.c \
16         gstgtkbasesink.h \
17         gstgtksink.c \
18         gstgtksink.h \
19         gstgtkutils.c \
20         gstgtkutils.h \
21         gstplugin.c \
22         $(NULL)
23
24 libgstgtk_la_CFLAGS = \
25         $(GST_PLUGINS_BAD_CFLAGS) \
26         $(GST_PLUGINS_BASE_CFLAGS) \
27         $(GST_GL_CFLAGS) \
28         $(GST_CFLAGS) \
29         $(GTK3_CFLAGS)
30 libgstgtk_la_LIBADD = \
31         $(GST_PLUGINS_BASE_LIBS) \
32         -lgstvideo-$(GST_API_VERSION) \
33         $(GST_BASE_LIBS) \
34         $(GTK3_LIBS)
35
36 libgstgtk_la_SOURCES = $(sources)
37 libgstgtk_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
38
39 if USE_GTK3_GL
40 libgstgtk_la_SOURCES += gstgtkglsink.c gstgtkglsink.h gtkgstglwidget.c gtkgstglwidget.h
41 libgstgtk_la_LIBADD += $(GST_GL_LIBS)
42 endif
43
44 plugin_LTLIBRARIES = libgstgtk.la