mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 10:59:39 +00:00
7f1b45229f
Original commit message from CVS: Now it works in push-mode. Tested with gnomevfssrc location=http://.. ! tremor ! alsasink. Some issues to be solved yet: 1- set correct timestamps 2- seek is forced to disabled in pull-mode
12 lines
387 B
Makefile
12 lines
387 B
Makefile
|
|
plugin_LTLIBRARIES = libgstivorbis.la
|
|
|
|
libgstivorbis_la_SOURCES = vorbis.c vorbisfile.c
|
|
libgstivorbis_la_CFLAGS = $(GST_CFLAGS) $(IVORBIS_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
|
libgstivorbis_la_LIBADD = $(IVORBIS_LIBS) \
|
|
$(IVORBISFILE_LIBS) \
|
|
$(GST_BASE_LIBS) \
|
|
$(GST_PLUGINS_BASE_LIBS) \
|
|
-lgstaudio-@GST_MAJORMINOR@
|
|
libgstivorbis_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|