This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
fix for systems not defining PRIu64, not everyone knows C99.
Originally committed as revision 4721 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
François Revol
20 years ago
parent
6f72dcf7e7
commit
e684b35d62
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
libavutil/common.h
+ 4
- 0
libavutil/common.h
View File
@@ -104,6 +104,10 @@
# endif /* other OS */
#endif /* EMULATE_INTTYPES */
#ifndef PRIu64
#define PRIu64 "lld"
#endif
#ifndef INT16_MIN
#define INT16_MIN (-0x7fff-1)
#endif
Write
Preview
Loading…
Cancel
Save