winlin

remove the patch for st for arm

1 -Common subdirectories: st-1.9/docs and st-1.9.patch/docs  
2 -Common subdirectories: st-1.9/examples and st-1.9.patch/examples  
3 -Common subdirectories: st-1.9/extensions and st-1.9.patch/extensions  
4 -diff -u st-1.9/Makefile st-1.9.patch/Makefile  
5 ---- st-1.9/Makefile 2009-10-02 06:55:03.000000000 +0800  
6 -+++ st-1.9.patch/Makefile 2014-02-28 23:38:39.298697732 +0800  
7 -@@ -57,10 +57,10 @@  
8 - # possible compilation options.  
9 - ##########################  
10 -  
11 --CC = cc  
12 --AR = ar  
13 --LD = ld  
14 --RANLIB = ranlib  
15 -+CC ?= cc  
16 -+AR ?= ar  
17 -+LD ?= ld  
18 -+RANLIB ?= ranlib  
19 - LN = ln  
20 -  
21 - SHELL = /bin/sh  
@@ -185,7 +185,6 @@ else @@ -185,7 +185,6 @@ else
185 ( 185 (
186 rm -rf ${SRS_OBJS}/st-1.9 && cd ${SRS_OBJS} && 186 rm -rf ${SRS_OBJS}/st-1.9 && cd ${SRS_OBJS} &&
187 unzip -q ../3rdparty/st-1.9.zip && cd st-1.9 && 187 unzip -q ../3rdparty/st-1.9.zip && cd st-1.9 &&
188 - patch -p1 < ../../3rdparty/1.st.arm.Makefile.patch &&  
189 make linux-debug && 188 make linux-debug &&
190 cd .. && rm -f st && ln -sf st-1.9/obj st 189 cd .. && rm -f st && ln -sf st-1.9/obj st
191 ) 190 )