mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
a69947cddb
Original commit message from CVS: * ext/lame/Makefile.am: * ext/mpeg2dec/Makefile.am: * gst/dvdlpcmdec/Makefile.am: * gst/dvdsub/Makefile.am: * gst/mpegaudioparse/Makefile.am: Add missing GST_LIBS to the link flags
8 lines
244 B
Makefile
8 lines
244 B
Makefile
plugin_LTLIBRARIES = libgstlame.la
|
|
|
|
libgstlame_la_SOURCES = gstlame.c
|
|
libgstlame_la_CFLAGS = $(GST_CFLAGS) $(LAME_CFLAGS)
|
|
libgstlame_la_LIBADD = $(LAME_LIBS) $(GST_LIBS)
|
|
libgstlame_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstlame.h
|