mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 21:01:14 +00:00
8dbe2e2626
Original commit message from CVS: * ext/flac/Makefile.am: * ext/speex/Makefile.am: libgsttagedit has been renamed to libgsttag.
9 lines
400 B
Makefile
9 lines
400 B
Makefile
plugin_LTLIBRARIES = libgstspeex.la
|
|
|
|
libgstspeex_la_SOURCES = gstspeex.c gstspeexdec.c gstspeexenc.c
|
|
libgstspeex_la_CFLAGS = $(GST_CFLAGS) $(SPEEX_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
|
libgstspeex_la_LIBADD = $(GST_LIBS) $(SPEEX_LIBS) $(GST_PLUGINS_BASE_LIBS) \
|
|
-lgsttag-@GST_MAJORMINOR@
|
|
libgstspeex_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_BASE_LIBS)
|
|
|
|
noinst_HEADERS = gstspeexenc.h gstspeexdec.h
|