mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 06:33:31 +00:00
85a2ebc1c4
Issue #1082
12 lines
255 B
Makefile
12 lines
255 B
Makefile
include $(REP_DIR)/lib/mk/av.inc
|
|
|
|
include $(REP_DIR)/lib/import/import-avformat.mk
|
|
|
|
LIBAVFORMAT_DIR = $(call select_from_ports,libav)/src/lib/libav/libavformat
|
|
|
|
include $(LIBAVFORMAT_DIR)/Makefile
|
|
|
|
LIBS += avcodec avutil zlib
|
|
|
|
vpath % $(LIBAVFORMAT_DIR)
|