[FFmpeg-cvslog] arm: Add mathops.h to ARCH_HEADERS list

Diego Biurrun git at videolan.org
Fri Jan 25 14:28:43 CET 2013


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Mon Jan 21 10:16:03 2013 +0100| [33552a5f7b6ec7057516f487b1a902331f8c353e] | committer: Diego Biurrun

arm: Add mathops.h to ARCH_HEADERS list

It is an arch-specific header not suitable for standalone compilation.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=33552a5f7b6ec7057516f487b1a902331f8c353e
---

 libavcodec/arm/Makefile |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/libavcodec/arm/Makefile b/libavcodec/arm/Makefile
index b8d78d6..0c372a4 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
 



More information about the ffmpeg-cvslog mailing list