mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
18df8e3250
Original commit message from CVS: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-ugly-plugins-docs.sgml: * docs/plugins/gst-plugins-ugly-plugins-sections.txt: * docs/plugins/inspect/plugin-mpegaudioparse.xml: * gst/mpegaudioparse/Makefile.am: * gst/mpegaudioparse/gstmpegaudioparse.c: * gst/mpegaudioparse/gstxingmux.c: * tests/check/Makefile.am: * tests/check/elements/.cvsignore: Move xingmux from -bad.
8 lines
338 B
Makefile
8 lines
338 B
Makefile
plugin_LTLIBRARIES = libgstmpegaudioparse.la
|
|
|
|
libgstmpegaudioparse_la_SOURCES = plugin.c gstmpegaudioparse.c gstxingmux.c
|
|
libgstmpegaudioparse_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstmpegaudioparse_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS)
|
|
libgstmpegaudioparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstmpegaudioparse.h gstxingmux.h
|