mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 19:09:41 +00:00
bd83e1813e
Original commit message from CVS: New libfaad (MPEG-2/4 AAC decoder) plugin
8 lines
233 B
Makefile
8 lines
233 B
Makefile
plugin_LTLIBRARIES = libgstfaad.la
|
|
|
|
libgstfaad_la_SOURCES = gstfaad.c
|
|
libgstfaad_la_CFLAGS = $(FAAD_CFLAGS) $(GST_CFLAGS)
|
|
libgstfaad_la_LIBADD = $(FAAD_LIBS)
|
|
libgstfaad_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstfaad.h
|