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
cosmetics: Move all #includes together at the beginning of the file.
Originally committed as revision 16862 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun
16 years ago
parent
cf2c671f82
commit
dbef3f46b9
1 changed files
with
1 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
libavutil/internal.h
+ 1
- 2
libavutil/internal.h
View File
@@ -34,6 +34,7 @@
#include <stdint.h>
#include <stdint.h>
#include <stddef.h>
#include <stddef.h>
#include <assert.h>
#include <assert.h>
#include "config.h"
#include "common.h"
#include "common.h"
#include "timer.h"
#include "timer.h"
@@ -97,8 +98,6 @@
# define PIC
# define PIC
#endif
#endif
#include "config.h"
#ifndef offsetof
#ifndef offsetof
# define offsetof(T,F) ((unsigned int)((char *)&((T *)0)->F))
# define offsetof(T,F) ((unsigned int)((char *)&((T *)0)->F))
#endif
#endif
Write
Preview
Loading…
Cancel
Save