Seperate decode and picture_copy if no pix_fmt is specified
[platform/adaptation/emulator/gst-plugins-emulator.git] / src / Makefile.am
1 # Note: plugindir is set in configure
2
3 ##############################################################################
4 # TODO: change libgstemul.la to something else, e.g. libmysomething.la     #
5 ##############################################################################
6 plugin_LTLIBRARIES = libgstemul.la
7
8 ##############################################################################
9 # TODO: for the next set of variables, name the prefix if you named the .la, #
10 #  e.g. libmysomething.la => libmysomething_la_SOURCES                       #
11 #                            libmysomething_la_CFLAGS                        #
12 #                            libmysomething_la_LIBADD                        #
13 #                            libmysomething_la_LDFLAGS                       #
14 ##############################################################################
15
16 # sources used to compile this plug-in
17 libgstemul_la_SOURCES = gstmaru.c \
18         gstmaruutils.c \
19         gstmarudec.c \
20         gstmaruenc.c \
21         gstmaruinterface.c \
22         gstmarudevice.c \
23         gstmarumem.c
24
25 # compiler and linker flags used to compile this plugin, set in configure.ac
26 libgstemul_la_CFLAGS = $(GST_CFLAGS) -g
27 libgstemul_la_LIBADD = $(GST_LIBS) -lgstaudio-0.10 -lgstpbutils-0.10
28 libgstemul_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
29 libgstemul_la_LIBTOOLFLAGS = --tag=disable-static
30
31 # headers we need but don't want installed
32 #noinst_HEADERS = gstmaru.h