mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-30 13:41:48 +00:00
4bfaf808b9
Original commit message from CVS: gst-plugins 0.9 cvs head now compiles (only effectv left compiling)
25 lines
629 B
Makefile
25 lines
629 B
Makefile
plugin_LTLIBRARIES = libgstossaudio.la
|
|
|
|
libgstossaudio_la_SOURCES = gstossaudio.c \
|
|
gstosselement.c \
|
|
gstossmixer.c \
|
|
gstosssink.c \
|
|
gstosssrc.c
|
|
|
|
libgstossaudio_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstossaudio_la_LIBADD = $(top_builddir)/gst-libs/gst/libgstinterfaces-@GST_MAJORMINOR@.la
|
|
libgstossaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_INTERFACES_LIBS)
|
|
|
|
noinst_HEADERS = gstosssink.h \
|
|
gstosssrc.h \
|
|
gstosselement.h\
|
|
gstossmixer.h \
|
|
gst-i18n-plugin.h \
|
|
gettext.h
|
|
|
|
noinst_PROGRAMS = oss_probe
|
|
|
|
oss_probe_SOURCES = oss_probe.c
|
|
oss_probe_CFLAGS = $(GST_CFLAGS)
|
|
oss_probe_LDADD = $(GLIB_LIBS)
|
|
|