You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
include $(REP_DIR)/lib/mk/av.inc
|
|
|
|
include $(REP_DIR)/lib/import/import-swscale.mk
|
|
|
|
CC_WARN += -Wno-switch
|
|
|
|
LIBSWSCALE_DIR = $(call select_from_ports,libav)/src/lib/libav/libswscale
|
|
|
|
include $(LIBSWSCALE_DIR)/Makefile
|
|
|
|
vpath % $(LIBSWSCALE_DIR)
|