[vlc-commits] avcommon: av_set_cpu_flags does not exist

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:33:50 2014 +0100| [6b1e31a29172285646b89a1852e2ce405583b88b] | committer: Rafaël Carré

avcommon: av_set_cpu_flags does not exist

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

 modules/codec/avcodec/avcommon.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/codec/avcodec/avcommon.h b/modules/codec/avcodec/avcommon.h
index 7610456..05035e1 100644
--- a/modules/codec/avcodec/avcommon.h
+++ b/modules/codec/avcodec/avcommon.h
@@ -83,7 +83,7 @@ static inline void vlc_init_avutil(vlc_object_t *obj)
 
 # if defined (__arm__) && defined (__ANDROID__)
     if (!vlc_CPU_ARM_NEON())
-        av_set_cpu_flags(AV_CPU_FLAG_NEON);
+        av_set_cpu_flags_mask(AV_CPU_FLAG_NEON);
 # endif
     msg_Dbg(obj, "CPU flags: 0x%08x", av_get_cpu_flags());
 }



More information about the vlc-commits mailing list