blob: c6c84fd64625d1602d6a079d77f75f354bd17480 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
filterdir = $(libdir)/gst
filter_LTLIBRARIES = libgstossaudio.la libgstosshelper.la
libgstossaudio_la_SOURCES = gstosssink.c gstosssrc.c gstossaudio.c gstossgst.c
libgstossaudio_la_CFLAGS = $(GST_CFLAGS)
libgstosshelper_la_SOURCES = gstosshelper.c
noinst_HEADERS = gstosssink.h gstosssrc.h gstossgst.h gstosshelper.h
|