Change muxer avmux_mp4 to avimux
[platform/core/multimedia/libmm-streamrecorder.git] / test / Makefile.am
1 bin_PROGRAMS = mm_streamrecorder_testsuite
2
3 mm_streamrecorder_testsuite_SOURCES = mm_streamrecorder_testsuite.c
4
5 mm_streamrecorder_testsuite_CFLAGS = -fPIE \
6                              -I$(srcdir)/../src/include \
7                              $(GLIB_CFLAGS)\
8                              $(GST_CFLAGS)\
9                              $(MM_COMMON_CFLAGS)\
10                              $(MEDIA_TOOL_CFLAGS) \
11                              $(MM_SOUND_CFLAGS)\
12                              $(MDM_CFLAGS)
13
14
15 ############################################
16 #mm_streamrecorder_testsuite_CFLAGS += -DAPPSRC_TEST
17 ############################################
18
19 mm_streamrecorder_testsuite_DEPENDENCIES = $(top_builddir)/src/libmmfstreamrecorder.la
20 mm_streamrecorder_testsuite_LDADD = $(top_builddir)/src/libmmfstreamrecorder.la \
21                              $(GLIB_LIBS)\
22                              $(GST_LIBS)\
23                              $(MM_COMMON_LIBS)\
24                              $(MEDIA_TOOL_LIBS) \
25                              $(MM_SOUND_LIBS)\
26                              $(MDM_LIBS)
27
28 mm_streamrecorder_testsuite_LDFLAGS = -pie