Updated FFMPEG to version 1.1.2, using this project: http://sourceforge.net/projects/ffmpeg4android/
This commit is contained in:
7
project/jni/ffmpeg/compat/tms470/math.h
Normal file
7
project/jni/ffmpeg/compat/tms470/math.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#include_next <math.h>
|
||||
|
||||
#undef INFINITY
|
||||
#undef NAN
|
||||
|
||||
#define INFINITY (*(const float*)((const unsigned []){ 0x7f800000 }))
|
||||
#define NAN (*(const float*)((const unsigned []){ 0x7fc00000 }))
|
||||
Reference in New Issue
Block a user