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
intreadwrite.h needs bswap.h if HAVE_FAST_UNALIGNED is set, so include it.
Originally committed as revision 9414 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Reimar Döffinger
18 years ago
parent
ca3e90825c
commit
c08be350da
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavutil/intreadwrite.h
+ 1
- 0
libavutil/intreadwrite.h
View File
@@ -20,6 +20,7 @@
#define INTREADWRITE_H
#define INTREADWRITE_H
#include <stdint.h>
#include <stdint.h>
#include "bswap.h"
#ifdef __GNUC__
#ifdef __GNUC__
Write
Preview
Loading…
Cancel
Save