mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 21:01:14 +00:00
0f3b7b010e
until this gets sorted out with the GLib folks and we have a viable alternative. https://bugzilla.gnome.org/show_bug.cgi?id=667228
22 lines
682 B
Makefile
22 lines
682 B
Makefile
plugin_LTLIBRARIES = libgstannodex.la
|
|
|
|
# FIXME 0.11: ignore GValueArray warnings for now until this is sorted
|
|
ERROR_CFLAGS=
|
|
|
|
libgstannodex_la_SOURCES = \
|
|
gstannodex.c \
|
|
gstcmmlutils.c \
|
|
gstcmmldec.c \
|
|
gstcmmlenc.c \
|
|
gstcmmltag.c \
|
|
gstcmmlparser.c
|
|
|
|
libgstannodex_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) \
|
|
$(GST_CFLAGS) $(ANNODEX_CFLAGS)
|
|
libgstannodex_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) \
|
|
$(GST_LIBS) $(ANNODEX_LIBS) $(LIBM)
|
|
libgstannodex_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstannodex_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|
|
noinst_HEADERS = gstannodex.h gstcmmlutils.h gstcmmltag.h gstcmmlparser.h \
|
|
gstcmmldec.h gstcmmlenc.h
|