1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

Move & Rename buildscript, remove tabs

This commit is contained in:
Mohamed Naufal 2011-09-09 23:14:36 +05:30
parent fd265746fe
commit 9c29ab5851

View File

@ -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