mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
577f43dacf
Original commit message from CVS: remove audiofile typefinding because it is buggy and we support all of its formats anyway. If you need it back, please fix it before you put it back in :)
9 lines
329 B
Makefile
9 lines
329 B
Makefile
|
|
plugin_LTLIBRARIES = libgstaudiofile.la
|
|
|
|
libgstaudiofile_la_SOURCES = gstaf.c gstafsink.c gstafsrc.c gstafparse.c
|
|
libgstaudiofile_la_CFLAGS = $(GST_CFLAGS) $(AUDIOFILE_CFLAGS)
|
|
libgstaudiofile_la_LIBADD = $(AUDIOFILE_LIBS)
|
|
libgstaudiofile_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstafsink.h gstafsrc.h gstafparse.h
|