mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-28 09:38:53 +00:00
19b3824bfb
Enables also the use of the avresample library. Fixes #1910
9 lines
183 B
Makefile
9 lines
183 B
Makefile
# must be defined before the inclusion of the libavutil 'Makefile'
|
|
ARCH_ARM=yes
|
|
|
|
CC_C_OPT += -DARCH_ARM=1
|
|
|
|
include $(REP_DIR)/lib/mk/avutil.inc
|
|
|
|
include $(LIBAVUTIL_DIR)/arm/Makefile
|