Commit 1a7a05c5 authored by mru's avatar mru

remove [U]INT64_C definition


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8127 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9c2e8f39
...@@ -63,11 +63,6 @@ ...@@ -63,11 +63,6 @@
#endif #endif
#endif #endif
#ifndef INT64_C
#define INT64_C(c) (c ## LL)
#define UINT64_C(c) (c ## ULL)
#endif
//rounded divison & shift //rounded divison & shift
#define RSHIFT(a,b) ((a) > 0 ? ((a) + ((1<<(b))>>1))>>(b) : ((a) + ((1<<(b))>>1)-1)>>(b)) #define RSHIFT(a,b) ((a) > 0 ? ((a) + ((1<<(b))>>1))>>(b) : ((a) + ((1<<(b))>>1)-1)>>(b))
/* assume b>0 */ /* assume b>0 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment