OSDN Git Service

AVI: add bswap.h include needed on big endian
authorMåns Rullgård <mans@mansr.com>
Mon, 12 Jan 2009 00:07:40 +0000 (00:07 +0000)
committerMåns Rullgård <mans@mansr.com>
Mon, 12 Jan 2009 00:07:40 +0000 (00:07 +0000)
Originally committed as revision 16564 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/avidec.c

index 14f0ebd..c25a794 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"