mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +00:00
b0e7e27365
Also filter any CODEC/AUDIO_CODEC tags from incoming tag events. Fixes bug #391543.
9 lines
417 B
Makefile
9 lines
417 B
Makefile
plugin_LTLIBRARIES = libgstlame.la
|
|
|
|
libgstlame_la_SOURCES = gstlame.c gstlamemp3enc.c plugin.c
|
|
libgstlame_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(LAME_CFLAGS)
|
|
libgstlame_la_LIBADD = $(LAME_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstpbutils-@GST_MAJORMINOR@ $(GST_LIBS)
|
|
libgstlame_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstlame_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|
|
noinst_HEADERS = gstlame.h gstlamemp3enc.h
|