mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
c8e931574e
Mostly just add $(GST_BASE_CFLAGS) where they're missing and fix the order a bit here and there (see docs/random/moving-plugins).
13 lines
376 B
Makefile
13 lines
376 B
Makefile
plugin_LTLIBRARIES = libgstamrwbdec.la
|
|
|
|
libgstamrwbdec_la_SOURCES = \
|
|
amrwb.c \
|
|
amrwbdec.c
|
|
|
|
libgstamrwbdec_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(AMRWB_CFLAGS)
|
|
libgstamrwbdec_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(AMRWB_LIBS)
|
|
libgstamrwbdec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstamrwbdec_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|
|
noinst_HEADERS = \
|
|
amrwbdec.h
|