# HG changeset patch # User mru # Date 1231718860 0 # Node ID 27d9df19f066f7cf9a9325fecda815b62748e3ad # Parent baf5439883f100d0f1169da92b5aee5be57fdb27 AVI: add bswap.h include needed on big endian diff -r baf5439883f1 -r 27d9df19f066 avidec.c --- 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"