mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
3776108293
Original commit message from CVS: Move a few typefind functions to gst/typefind, remove all old typefinding code from bitrotten plugins
9 lines
342 B
Makefile
9 lines
342 B
Makefile
|
|
plugin_LTLIBRARIES = libgstaudiofile.la
|
|
|
|
libgstaudiofile_la_SOURCES = gstaf.c gstafsink.c gstafsrc.c gstafparse.c gstaftypes.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
|