From 33552a5f7b6ec7057516f487b1a902331f8c353e Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 21 Jan 2013 10:16:03 +0100 Subject: [PATCH] arm: Add mathops.h to ARCH_HEADERS list It is an arch-specific header not suitable for standalone compilation. --- libavcodec/arm/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/arm/Makefile b/libavcodec/arm/Makefile index b8d78d67d6..0c372a428a 100644 --- a/libavcodec/arm/Makefile +++ b/libavcodec/arm/Makefile @@ -1,3 +1,5 @@ +ARCH_HEADERS = mathops.h + OBJS-$(CONFIG_AC3DSP) += arm/ac3dsp_init_arm.o \ arm/ac3dsp_arm.o