]> git.sesse.net Git - vlc/blob - extras/contrib/src/Patches/ffmpeg-svn-libavformat.patch
Tune ffmpeg more for armeb and include <strings.h> in libavformat/utils.c
[vlc] / extras / contrib / src / Patches / ffmpeg-svn-libavformat.patch
1 --- ffmpeg/libavformat/utils.c.org      2007-11-23 10:08:01.000000000 +0100
2 +++ ffmpeg/libavformat/utils.c  2007-11-23 10:08:40.000000000 +0100
3 @@ -24,6 +24,7 @@
4  #include "riff.h"
5  #include <sys/time.h>
6  #include <time.h>
7 +#include <strings.h>
8  
9  #undef NDEBUG
10  #include <assert.h>