changeset 21457:af4c8fd34494

Compile fix, BE_32 definition has been moved
author reimar
date Sun, 03 Dec 2006 17:46:37 +0000
parents c056d0f91a73
children 7af6c25a0cfc
files libmpcodecs/vd_ffmpeg.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/vd_ffmpeg.c	Sun Dec 03 17:45:37 2006 +0000
+++ b/libmpcodecs/vd_ffmpeg.c	Sun Dec 03 17:46:37 2006 +0000
@@ -8,6 +8,7 @@
 #include "help_mp.h"
 
 #include "libavutil/common.h"
+#include "libavutil/intreadwrite.h"
 #include "libavutil/bswap.h"
 
 #include "vd_internal.h"