mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 10:59:39 +00:00
9 lines
233 B
Makefile
9 lines
233 B
Makefile
|
plugin_LTLIBRARIES = libgstfaac.la
|
||
|
|
||
|
libgstfaac_la_SOURCES = gstfaac.c
|
||
|
libgstfaac_la_CFLAGS = $(FAAC_CFLAGS) $(GST_CFLAGS)
|
||
|
libgstfaac_la_LIBADD = $(FAAC_LIBS)
|
||
|
libgstfaac_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||
|
|
||
|
noinst_HEADERS = gstfaac.h
|