summaryrefslogtreecommitdiffstats
path: root/thirdparties/android/common/include/libavutil/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparties/android/common/include/libavutil/cpu.h')
-rwxr-xr-xthirdparties/android/common/include/libavutil/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparties/android/common/include/libavutil/cpu.h b/thirdparties/android/common/include/libavutil/cpu.h
index c8f34e0..7cb1a50 100755
--- a/thirdparties/android/common/include/libavutil/cpu.h
+++ b/thirdparties/android/common/include/libavutil/cpu.h
@@ -25,7 +25,7 @@
#define AV_CPU_FLAG_FORCE 0x80000000 /* force usage of selected flags (OR) */
- /* lower 16 bits - CPU features */
+/* lower 16 bits - CPU features */
#define AV_CPU_FLAG_MMX 0x0001 ///< standard MMX
#define AV_CPU_FLAG_MMXEXT 0x0002 ///< SSE integer functions or AMD MMX ext
#define AV_CPU_FLAG_MMX2 0x0002 ///< SSE integer functions or AMD MMX ext
OpenPOWER on IntegriCloud