qtdemux: Use empty-array safe way to cleanup GPtrArray
[platform/upstream/gst-plugins-good.git] / sys / oss4 / Makefile.am
1 plugin_LTLIBRARIES = libgstoss4.la
2
3 libgstoss4_la_SOURCES = \
4         oss4-audio.c          \
5         oss4-property-probe.c \
6         oss4-sink.c           \
7         oss4-source.c
8
9 libgstoss4_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
10 libgstoss4_la_LIBADD = \
11         $(GST_PLUGINS_BASE_LIBS) \
12         -lgstaudio-$(GST_API_VERSION) \
13         $(GST_LIBS)
14 libgstoss4_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) 
15
16 noinst_HEADERS = \
17         oss4-audio.h          \
18         oss4-property-probe.h \
19         oss4-sink.h           \
20         oss4-soundcard.h      \
21         oss4-source.h
22