2008-04-02 20:18:58 +00:00
|
|
|
plugin_LTLIBRARIES = libgstoss4audio.la
|
|
|
|
|
|
|
|
libgstoss4audio_la_SOURCES = \
|
|
|
|
oss4-audio.c \
|
|
|
|
oss4-property-probe.c \
|
|
|
|
oss4-sink.c \
|
|
|
|
oss4-source.c
|
|
|
|
|
|
|
|
libgstoss4audio_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
|
|
|
libgstoss4audio_la_LIBADD = \
|
|
|
|
$(GST_PLUGINS_BASE_LIBS) \
|
2012-04-04 12:33:23 +00:00
|
|
|
-lgstaudio-$(GST_API_VERSION) \
|
2008-04-02 20:18:58 +00:00
|
|
|
$(GST_LIBS)
|
|
|
|
libgstoss4audio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2012-10-24 10:14:50 +00:00
|
|
|
libgstoss4audio_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
2008-04-02 20:18:58 +00:00
|
|
|
|
|
|
|
noinst_HEADERS = \
|
|
|
|
oss4-audio.h \
|
|
|
|
oss4-property-probe.h \
|
|
|
|
oss4-sink.h \
|
|
|
|
oss4-soundcard.h \
|
|
|
|
oss4-source.h
|
|
|
|
|