mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
ff292d530c
But suppress -Wformat-nonliteral warnings since sprintf is used with a runtime-generated format string in our vasnprintf implementation.
20 lines
402 B
Makefile
20 lines
402 B
Makefile
AM_CPPFLAGS = $(GLIB_CFLAGS) -DSTATIC=G_GNUC_INTERNAL $(WARNING_CFLAGS) $(PRINTF_CFLAGS)
|
|
|
|
noinst_LTLIBRARIES = libgstprintf.la
|
|
|
|
libgstprintf_la_CFLAGS =
|
|
libgstprintf_la_SOURCES = \
|
|
asnprintf.c \
|
|
printf-args.c \
|
|
printf-args.h \
|
|
printf-parse.c \
|
|
printf-parse.h \
|
|
vasnprintf.c \
|
|
vasnprintf.h \
|
|
printf.c \
|
|
printf.h \
|
|
printf-extension.c \
|
|
printf-extension.h \
|
|
gst-printf.h
|
|
|
|
EXTRA_DIST = README
|