mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +00:00
faad: Link with libgstbase for GstAdapter
Also fix order of CFLAGS and LIBS
This commit is contained in:
parent
2e5a516fba
commit
cddb7b958e
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
plugin_LTLIBRARIES = libgstfaad.la
|
plugin_LTLIBRARIES = libgstfaad.la
|
||||||
|
|
||||||
libgstfaad_la_SOURCES = gstfaad.c
|
libgstfaad_la_SOURCES = gstfaad.c
|
||||||
libgstfaad_la_CFLAGS = $(FAAD_CFLAGS) $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
libgstfaad_la_CFLAGS = $(FAAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
||||||
libgstfaad_la_LIBADD = $(FAAD_LIBS) $(GST_PLUGINS_BASE_LIBS) \
|
libgstfaad_la_LIBADD = $(FAAD_LIBS) $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS) \
|
||||||
-lgstaudio-@GST_MAJORMINOR@
|
-lgstaudio-@GST_MAJORMINOR@
|
||||||
libgstfaad_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstfaad_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
libgstfaad_la_LIBTOOLFLAGS = --tag=disable-static
|
libgstfaad_la_LIBTOOLFLAGS = --tag=disable-static
|
||||||
|
|
Loading…
Reference in a new issue