[vlc-commits] Fix previous commit
Rémi Denis-Courmont
git at videolan.org
Tue Jun 21 18:53:59 CEST 2011
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Jun 21 19:53:53 2011 +0300| [90e3eef69d7a19c5e5f7f27631c57aea0fc87bcf] | committer: Rémi Denis-Courmont
Fix previous commit
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=90e3eef69d7a19c5e5f7f27631c57aea0fc87bcf
---
extras/contrib/bootstrap | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/extras/contrib/bootstrap b/extras/contrib/bootstrap
index 22f73f4..337036b 100755
--- a/extras/contrib/bootstrap
+++ b/extras/contrib/bootstrap
@@ -259,7 +259,7 @@ case $TARGET in
;;
arm-none-linux-gnueabi)
if test -f /etc/maemo_version; then
- hint_distro maemo
+ hint_distro maemo5
EXTRA_CFLAGS=" -mcpu=cortex-a8 -mtune=cortex-a8 -march=armv7-a"
EXTRA_CFLAGS="$EXTRA_CFLAGS -mfpu=neon -mfloat-abi=softfp"
EXTRA_CFLAGS="$EXTRA_CFLAGS -O3 -fno-tree-vectorize"
@@ -294,7 +294,7 @@ if test -z "${DISTRO}" -a "$TARGET" = "$BUILD"; then
if test -f /etc/fedora-release; then
hint_distro fedora
elif test -f /etc/maemo_version; then
- hint_distro maemo
+ hint_distro maemo5
elif test -f /etc/debian_version; then
# NOTE: check for Debian *after* its derivatives
hint_distro debian
More information about the vlc-commits
mailing list