Commit cb167377 authored by mru's avatar mru

AVI: add bswap.h include needed on big endian

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16564 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b4730b79
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment