diff avidec.c @ 4203:27d9df19f066 libavformat

AVI: add bswap.h include needed on big endian
author mru
date Mon, 12 Jan 2009 00:07:40 +0000
parents bd4d3fee45d0
children ec95366371ba
line wrap: on
line diff
--- a/avidec.c	Sun Jan 11 23:24:28 2009 +0000
+++ b/avidec.c	Mon Jan 12 00:07:40 2009 +0000
@@ -18,6 +18,8 @@
  * License along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
+
+#include "libavutil/bswap.h"
 #include "avformat.h"
 #include "avi.h"
 #include "dv.h"