import ext/codecparsers instead of git submodule
[profile/ivi/gstreamer-vaapi.git] / ext / codecparsers / tests / check / libs / Makefile.am
1 noinst_PROGRAMS = \
2         h264parser      \
3         mpegvideoparser \
4         vc1parser       \
5         $(NULL)
6
7 AM_CFLAGS = \
8         -I$(top_srcdir)/gst-libs        \
9         $(GST_PLUGINS_BASE_CFLAGS)      \
10         -DGST_USE_UNSTABLE_API          \
11         $(GST_CHECK_CFLAGS)             \
12         $(GST_BASE_CFLAGS)              \
13         $(GST_CFLAGS)                   \
14         $(NULL)
15
16 LDADD = \
17         $(GST_PLUGINS_BASE_LIBS)        \
18         $(GST_CHECK_LIBS)               \
19         $(GST_BASE_LIBS)                \
20         $(GST_LIBS)                     \
21         $(top_builddir)/gst-libs/gst/codecparsers/libgstcodecparsers-$(GST_MAJORMINOR).la
22
23 # Extra clean files so that maintainer-clean removes *everything*
24 MAINTAINERCLEANFILES = Makefile.in