tizen 2.3 release
[framework/multimedia/gst-plugins-ext0.10.git] / encodebin / src / Makefile.am
1 glib_enum_define=GST_RECORD
2 glib_enum_prefix=gst_record
3
4 plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
5
6 plugin_LTLIBRARIES = libgstencodebin.la 
7 libgstencodebin_la_SOURCES = gstencodebin.c
8 nodist_libgstencodebin_la_SOURCES = $(built_sources)
9 libgstencodebin_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
10 libgstencodebin_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
11 libgstencodebin_la_LIBADD = \
12         $(GST_LIBS)\
13         $(GST_BASE_LIBS) \
14         $(GST_LIBS)
15 if ISPROTECTOR_TARGET
16 libgstencodebin_la_CFLAGS += -DUSE_ENCODER_QUEUE_SET 
17 libgstencodebin_la_CFLAGS += -DVIDEO_ENC_QUE_TIME=4 -DAUDIO_ENC_QUE_TIME=4
18 endif
19
20 if ISVOLANS_TARGET
21 libgstencodebin_la_CFLAGS += -DUSE_ENCODER_QUEUE_SET 
22 libgstencodebin_la_CFLAGS += -DVIDEO_ENC_QUE_TIME=4 -DAUDIO_ENC_QUE_TIME=4
23 endif
24
25 BUILT_SOURCES = $(built_headers) $(built_sources)
26
27 CLEANFILES = $(BUILT_SOURCES)
28
29 include $(top_srcdir)/common/glib-gen.mak
30