mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +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
|
||||
|
||||
noinst_LTLIBRARIES = libgstosshelper.la
|
||||
|
||||
libgstossaudio_la_SOURCES = gstosssink.c gstosssrc.c gstossaudio.c gstossgst.c gstossclock.c
|
||||
libgstossaudio_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstossaudio_la_LIBADD =
|
||||
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