c14ef2397fb5571f7162344b9bfa83d73bf282e9
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / mplayer / 0004-add-arc-support.patch
1 --- mplayer-1.1/configure       2013-12-03 00:32:10.815571460 -0800
2 +++ mplayer-1.1-arc/configure   2013-11-29 00:34:29.238297709 -0800
3 @@ -2492,6 +2492,10 @@
4    generic)
5      arch='generic'
6      ;;
7 +  arc)
8 +    arch='arc'
9 +    iproc='arc'
10 +    ;;
11  
12    *)
13      echo "The architecture of your CPU ($host_arch) is not supported by this configure script"