[vlc-commits] avcommon: get definition for vlc_CPU_ARM_NEON

Rafaël Carré git at videolan.org
Fri Feb 28 11:36:29 CET 2014


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Fri Feb 28 11:34:16 2014 +0100| [55b6cecefcb9f036766d141b660aabb63f926258] | committer: Rafaël Carré

avcommon: get definition for vlc_CPU_ARM_NEON

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=55b6cecefcb9f036766d141b660aabb63f926258
---

 modules/codec/avcodec/avcommon.h |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/modules/codec/avcodec/avcommon.h b/modules/codec/avcodec/avcommon.h
index 05035e1..0aa8859 100644
--- a/modules/codec/avcodec/avcommon.h
+++ b/modules/codec/avcodec/avcommon.h
@@ -32,6 +32,10 @@
 #include <vlc_configuration.h>
 #include <vlc_variables.h>
 
+#if defined (__arm__) && defined (__ANDROID__)
+# include <vlc_cpu.h>
+#endif
+
 #include <limits.h>
 
 #include "avcommon_compat.h"



More information about the vlc-commits mailing list