]> git.sesse.net Git - vlc/blob - extras/contrib/src/Patches/ffmpeg-svn-uclibc.patch
Contribs: port libupnp to mingw and make it compile
[vlc] / extras / contrib / src / Patches / ffmpeg-svn-uclibc.patch
1 --- ffmpeg/configure.orig       2007-05-14 15:08:15.000000000 +0200
2 +++ ffmpeg/configure    2007-05-14 15:08:55.000000000 +0200
3 @@ -1028,6 +1028,10 @@
4    arm|armv[4567]*l)
5      arch="armv4l"
6    ;;
7 +  armeb)
8 +    arch="armv4"
9 +    bigendian="yes"
10 +  ;;
11    alpha)
12      arch="alpha"
13      enable fast_64bit