mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-17 06:11:17 +08:00
add missing #includes
patch by Dieter <freebsd at sopwith solgatos com> Originally committed as revision 4912 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
*/
|
||||
|
||||
#include "common.h"
|
||||
#include "intfloat_readwrite.h"
|
||||
|
||||
double av_int2dbl(int64_t v){
|
||||
if(v+v > 0xFFELLU<<52)
|
||||
|
Reference in New Issue
Block a user