mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
79d4b18044
These are based on the OpenCore codecs. Fixes bug #584890.
13 lines
345 B
Makefile
13 lines
345 B
Makefile
plugin_LTLIBRARIES = libgstamrwbdec.la
|
|
|
|
libgstamrwbdec_la_SOURCES = \
|
|
amrwb.c \
|
|
amrwbdec.c
|
|
|
|
libgstamrwbdec_la_CFLAGS = $(GST_CFLAGS) $(AMRWB_CFLAGS)
|
|
libgstamrwbdec_la_LIBADD = $(GST_BASE_LIBS) $(AMRWB_LIBS)
|
|
libgstamrwbdec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstamrwbdec_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|
|
noinst_HEADERS = \
|
|
amrwbdec.h
|