mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
98ffdface2
Original commit message from CVS: Assorted fixes. Use the new clocking stuff.
14 lines
488 B
Makefile
14 lines
488 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libgstossaudio.la libgstosshelper.la
|
|
|
|
libgstossaudio_la_SOURCES = gstosssink.c gstosssrc.c gstossaudio.c gstossgst.c gstossclock.c
|
|
libgstossaudio_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstossaudio_la_LIBADD = $(GST_LIBS)
|
|
libgstossaudio_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
|
|
|
libgstosshelper_la_SOURCES = gstosshelper.c
|
|
libgstosshelper_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
|
|
|
noinst_HEADERS = gstosssink.h gstosssrc.h gstossgst.h gstosshelper.h gstossclock.h
|
|
|