]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
AVI: add bswap.h include needed on big endian
authormru <mru@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Mon, 12 Jan 2009 00:07:40 +0000 (00:07 +0000)
committermru <mru@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Mon, 12 Jan 2009 00:07:40 +0000 (00:07 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16564 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavformat/avidec.c

index 14f0ebdec5b7f558daabc160e133f91e57b77580..c25a7941db891e038cfd4d7ceb717cabe95fd1e7 100644 (file)
@@ -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"