mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 06:57:51 +00:00
12 lines
237 B
Makefile
12 lines
237 B
Makefile
|
include $(REP_DIR)/lib/mk/av.inc
|
||
|
|
||
|
include $(REP_DIR)/lib/import/import-avformat.mk
|
||
|
|
||
|
LIBAVFORMAT_DIR = $(REP_DIR)/contrib/$(LIBAV)/libavformat
|
||
|
|
||
|
include $(LIBAVFORMAT_DIR)/Makefile
|
||
|
|
||
|
LIBS += avcodec avutil zlib
|
||
|
|
||
|
vpath % $(LIBAVFORMAT_DIR)
|