diff options
author | Cory Fields <theuni-nospam-@xbmc.org> | 2012-09-18 15:31:59 -0400 |
---|---|---|
committer | Cory Fields <theuni-nospam-@xbmc.org> | 2012-09-18 15:32:01 -0400 |
commit | 777bb6b1ec66ca807a2f58fc7bd32583600ad66e (patch) | |
tree | b63a00ff70de1ee035378067ad3395030b1e1527 | |
parent | 220b8ea0486a86866f155d9c624e523fa59dc5da (diff) |
[droid] fix startup, don't include alsa
Most devices won't be able to use alsa directly, so disable by default.
-rw-r--r-- | tools/android/depends/xbmc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/android/depends/xbmc/Makefile b/tools/android/depends/xbmc/Makefile index f5de74080c..38ca256899 100644 --- a/tools/android/depends/xbmc/Makefile +++ b/tools/android/depends/xbmc/Makefile @@ -17,7 +17,7 @@ CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) build-aux/ ;\ --enable-neon --enable-gles --enable-debug \ --disable-sdl --disable-x11 --disable-xrandr \ --disable-optical-drive --disable-joystick --disable-optimizations \ - --enable-shared-lib --enable-alsa + --enable-shared-lib --disable-alsa all: $(SOURCE)/libxbmc.so |