mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
s/filter/plugin/ link plugins to GST_LIBS rearrange rules to a common format
Original commit message from CVS: * s/filter/plugin/ * link plugins to GST_LIBS * rearrange rules to a common format
This commit is contained in:
parent
450cdc906a
commit
fe5ef9e0d2
1 changed files with 1 additions and 2 deletions
|
@ -3,8 +3,7 @@ plugindir = $(libdir)/gst
|
|||
plugin_LTLIBRARIES = libgstlame.la
|
||||
|
||||
libgstlame_la_SOURCES = gstlame.c
|
||||
|
||||
libgstlame_la_LIBADD = $(LAME_LIBS)
|
||||
libgstlame_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstlame_la_LIBADD = $(GST_LIBS) $(LAME_LIBS)
|
||||
|
||||
noinst_HEADERS = gstlame.h
|
||||
|
|
Loading…
Reference in a new issue