[SCM] libav/experimental: intreadwrite.h needs bswap.h if HAVE_FAST_UNALIGNED is set, so include it.
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:02:39 UTC 2013
The following commit has been merged in the experimental branch:
commit c08be350da88ee8243043a2ed47cd7ee2e94daec
Author: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
Date: Sun Jun 24 14:29:52 2007 +0000
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
diff --git a/libavutil/intreadwrite.h b/libavutil/intreadwrite.h
index 6e265ea..085aaad 100644
--- a/libavutil/intreadwrite.h
+++ b/libavutil/intreadwrite.h
@@ -20,6 +20,7 @@
#define INTREADWRITE_H
#include <stdint.h>
+#include "bswap.h"
#ifdef __GNUC__
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list