[FFmpeg-cvslog] Move & Rename buildscript, remove tabs
Mohamed Naufal
git at videolan.org
Wed Sep 14 01:34:05 CEST 2011
ffmpeg | branch: master | Mohamed Naufal <naufal22 at gmail.com> | Fri Sep 9 23:32:36 2011 +0530| [9c29ab58517cae8d56c7ed7fd5070d8f8c8d429e] | committer: Mohamed Naufal
Move & Rename buildscript, remove tabs
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9c29ab58517cae8d56c7ed7fd5070d8f8c8d429e
---
build.sh => tools/build_libstagefright | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.sh b/tools/build_libstagefright
similarity index 94%
rename from build.sh
rename to tools/build_libstagefright
index 0d474f4..583c801 100755
--- a/build.sh
+++ b/tools/build_libstagefright
@@ -1,8 +1,8 @@
#!/bin/bash
if [ "$NDK" = "" ]; then
- echo NDK variable not set, assuming ${HOME}/android-ndk
- export NDK=${HOME}/android-ndk
+ echo NDK variable not set, assuming ${HOME}/android-ndk
+ export NDK=${HOME}/android-ndk
fi
SYSROOT=$NDK/platforms/android-9/arch-arm
More information about the ffmpeg-cvslog
mailing list