diff options
author | Thomas Guillem <thomas@gllm.fr> | 2014-10-29 21:00:59 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-12-08 18:16:19 +0100 |
commit | 1ebf5f3bcbe52a8430e9ed10b3e3c8d8d6975436 (patch) | |
tree | 679243b174095c7bdd5b34a218c2e2f8a13a8486 | |
parent | a928a9640f7b82e6f0734845cc80273f620b79a6 (diff) |
android/build: enable cpudetect for ffmpeg
-rwxr-xr-x | android/build.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/android/build.py b/android/build.py index ef201c5de..98ebee4b0 100755 --- a/android/build.py +++ b/android/build.py @@ -349,7 +349,6 @@ thirdparty_libs = [ '--enable-gpl', '--enable-small', '--disable-pthreads', - '--disable-runtime-cpudetect', '--disable-programs', '--disable-doc', '--disable-avdevice', |