mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
temporary commit to resurrect osshelper.c, will fix...
Original commit message from CVS: temporary commit to resurrect osshelper.c, will fix...
This commit is contained in:
parent
7758f308f3
commit
5bb8c70ac5
1 changed files with 6 additions and 1 deletions
|
@ -2,9 +2,14 @@ plugindir = $(libdir)/gst
|
||||||
|
|
||||||
plugin_LTLIBRARIES = libgstossaudio.la
|
plugin_LTLIBRARIES = libgstossaudio.la
|
||||||
|
|
||||||
|
noinst_LTLIBRARIES = libgstosshelper.la
|
||||||
|
|
||||||
libgstossaudio_la_SOURCES = gstosssink.c gstosssrc.c gstossaudio.c gstossgst.c gstossclock.c
|
libgstossaudio_la_SOURCES = gstosssink.c gstosssrc.c gstossaudio.c gstossgst.c gstossclock.c
|
||||||
libgstossaudio_la_CFLAGS = $(GST_CFLAGS)
|
libgstossaudio_la_CFLAGS = $(GST_CFLAGS)
|
||||||
libgstossaudio_la_LIBADD =
|
libgstossaudio_la_LIBADD =
|
||||||
libgstossaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstossaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
|
|
||||||
noinst_HEADERS = gstosssink.h gstosssrc.h gstossgst.h gstossclock.h
|
libgstosshelper_la_SOURCES = gstosshelper.c
|
||||||
|
libgstosshelper_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
|
|
||||||
|
noinst_HEADERS = gstosssink.h gstosssrc.h gstossgst.h gstossclock.h gstosshelper.h
|
||||||
|
|
Loading…
Reference in a new issue