Files
genode-world/lib/mk/g72x.mk
Norman Feske 3ee1f80051 Disable strict warnings
This commit is a response to Genode's increased default warning level.
See the corresponding issue at:

  https://github.com/genodelabs/genode/issues/465
2018-01-17 19:27:10 +01:00

15 lines
308 B
Makefile

include $(REP_DIR)/lib/import/import-libsndfile.mk
SNDFILE_SRC_DIR := $(SNDFILE_PORT_DIR)/src/lib/libsndfile/src
LIBS = libc
G72x_SOURCES = \
G72x/g721.c G72x/g723_16.c G72x/g723_24.c G72x/g723_40.c G72x/g72x.c
SRC_C := $(notdir $(G72x_SOURCES))
vpath %.c $(SNDFILE_SRC_DIR)/G72x
CC_CXX_WARN_STRICT =