mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
c887de8332
Original commit message from CVS: * fixups in the prop view/controller * compilation fixes in the player * add gst-editor to gst-all * fixes to adder to comply with new osssink sync issues * alsa fixes, although still 100% cpu is used, yum * reenable locking of threaded elements, seems to work fine here * fix a makefile in examples/plugins
9 lines
203 B
Makefile
9 lines
203 B
Makefile
plugindir=/dev/null
|
|
|
|
plugin_LTLIBRARIES = libexample.la
|
|
|
|
libexample_la_SOURCES = example.c
|
|
libexample_la_CFLAGS = $(GST_CFLAGS)
|
|
libexample_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = example.h
|