9378e73600
This patch adds support for ARC architecture in Mplayer's configure script. Same patch has been submitted to upstream MPlayer. This patch should be removed after Buildroot will bump to next version of MPlayer (after 1.1.1). Fixes http://autobuild.buildroot.net/results/f62/f62ace7ba49d492ea224bb8f3beb547389aab517/ [Peter: add autobuilder link] Signed-off-by: Anton Kolesov <Anton.Kolesov@synopsys.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
14 lines
344 B
Diff
14 lines
344 B
Diff
--- mplayer-1.1/configure 2013-12-03 00:32:10.815571460 -0800
|
|
+++ mplayer-1.1-arc/configure 2013-11-29 00:34:29.238297709 -0800
|
|
@@ -2492,6 +2492,10 @@
|
|
generic)
|
|
arch='generic'
|
|
;;
|
|
+ arc)
|
|
+ arch='arc'
|
|
+ iproc='arc'
|
|
+ ;;
|
|
|
|
*)
|
|
echo "The architecture of your CPU ($host_arch) is not supported by this configure script"
|