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
commit
c08be350da
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavutil/intreadwrite.h

+ 1
- 0
libavutil/intreadwrite.h View File

@@ -20,6 +20,7 @@
#define INTREADWRITE_H

#include <stdint.h>
#include "bswap.h"

#ifdef __GNUC__



Loading…
Cancel
Save