Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

Commit

Permalink
Fix a build error in my local messed-up configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
astrange committed Mar 5, 2012
1 parent 3b3dc8a commit f7d995e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions createStaticLibs.sh
Expand Up @@ -54,6 +54,7 @@ if [ "$buildid_ffmpeg" = "$oldbuildid_ffmpeg" ] ; then
else
echo "Static ffmpeg libs are out-of-date ; rebuilding"

if [ -e ffmpeg/.svn ]; then
if [ -e ffmpeg/patched ] ; then
cd ffmpeg && svn revert -R . && rm patched && cd ..
fi
Expand All @@ -68,6 +69,7 @@ else
cd ..

touch ffmpeg/patched
fi

echo "Building i386"

Expand Down

0 comments on commit f7d995e

Please sign in to comment.