/[Frey]/trunk/bin/flvplayer-build.sh
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/bin/flvplayer-build.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 888 - (show annotations)
Wed Dec 24 20:05:14 2008 UTC (15 years, 4 months ago) by dpavlin
File MIME type: application/x-sh
File size: 276 byte(s)
checkout upstream, patch and compile modified flv-player
1 #!/bin/sh
2
3 cd static/flvplayer/ || exit
4
5 changes=`svn diff | wc -l`
6 if [ $changes -eq 0 ] ; then
7 echo "# patch player"
8 patch -p0 < ../../patch/flvplayer.diff
9 fi
10
11 echo "# compile modified player"
12 cd template_maxi || exit
13 ./compileTemplateMaxi.sh
14
15 ls -al player_flv_maxi.swf
16

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26