v4l2videodec: Increase v4l2videodecoder rank
[platform/upstream/gst-plugins-good.git] / ext / dv / Makefile.am
1 plugin_LTLIBRARIES = libgstdv.la
2
3 libgstdv_la_SOURCES = gstdv.c gstdvdec.c gstdvdemux.c gstsmptetimecode.c
4 libgstdv_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(LIBDV_CFLAGS)
5 libgstdv_la_LIBADD = \
6         $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_API_VERSION) -lgstvideo-$(GST_API_VERSION) \
7         $(GST_BASE_LIBS) $(GST_LIBS) $(LIBDV_LIBS)
8 libgstdv_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
9
10 noinst_HEADERS = gstdvdemux.h gstdvdec.h gstsmptetimecode.h
11
12 EXTRA_DIST = NOTES
13
14 noinst_PROGRAMS = smpte_test
15
16 smpte_test_SOURCES = smpte_test.c gstsmptetimecode.c
17 smpte_test_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(LIBDV_CFLAGS)
18 smpte_test_LDADD = $(GST_BASE_LIBS) $(GST_LIBS)
19