mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
b9571c8b46
Original commit message from CVS: 2006-03-11 Christophe Fergeau <teuf@gnome.org> Reviewed by: Tim-Philipp Müller <tim at centricular dot net> * configure.ac: * gst/xingheader/Makefile.am: * gst/xingheader/gstxingmux.c: * gst/xingheader/gstxingmux.h: added new element to add Xing headers to MP3 files (this allows decoder to figure out the length of VBR files)
12 lines
272 B
Makefile
12 lines
272 B
Makefile
|
|
plugin_LTLIBRARIES = libgstxingheader.la
|
|
|
|
libgstxingheader_la_SOURCES = gstxingmux.c
|
|
libgstxingheader_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstxingheader_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
|
|
noinst_HEADERS = gstxingmux.h
|
|
|
|
AM_CFLAGS = $(GST_CFLAGS)
|
|
LIBS = $(GST_LIBS) $(LAME_LIBS)
|