genode/repos/libports/lib/mk/avresample.mk
Martin Stein 19b3824bfb libav: update to version 11.6
Enables also the use of the avresample library.

Fixes #1910
2016-05-09 13:09:55 +02:00

10 lines
235 B
Makefile

include $(REP_DIR)/lib/mk/av.inc
include $(REP_DIR)/lib/import/import-avresample.mk
LIBAVRESAMPLE_DIR = $(call select_from_ports,libav)/src/lib/libav/libavresample
include $(LIBAVRESAMPLE_DIR)/Makefile
vpath % $(LIBAVRESAMPLE_DIR)