summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2015-08-02 10:08:44 +0200
committerest31 <MTest31@outlook.com>2015-08-02 19:23:17 +0200
commit47225346be9ab0d55bc2dbc71b6c0f085f47a75e (patch)
tree3efc93777c5fbf5ea40a486efdf3a34b736a7024 /.gitignore
parenta890c66bc035918d7478fc1742241eadfd9a5bae (diff)
downloadminetest-47225346be9ab0d55bc2dbc71b6c0f085f47a75e.tar.gz
minetest-47225346be9ab0d55bc2dbc71b6c0f085f47a75e.tar.bz2
minetest-47225346be9ab0d55bc2dbc71b6c0f085f47a75e.zip
Android: fix sound issue, and gitignore
Previously, sound failed due to errors with hardfp abi build instructions. As the problem couldn't be found, the softfp compatible abi was chosen instead. This move will cause a small performance overhead, but due to the abi being armeabi-v7a, the internal calculations will still be done using the FPU. We also fix some issues with ABI information passing. However, the fixes aren't sufficient to get sound working. The patch also fixes an issue with the gitignore file.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 12143656a..7b2b030af 100644
--- a/.gitignore
+++ b/.gitignore
@@ -39,7 +39,7 @@ doc/doxygen_*
CMakeFiles/*
src/CMakeFiles/*
src/Makefile
-src/android_config_githash.h
+src/android_version_githash.h
src/android_version.h
src/cmake_config.h
src/cmake_config_githash.h