Skip to content

Commit

Permalink
[droid] fix startup, don't include alsa
Browse files Browse the repository at this point in the history
Most devices won't be able to use alsa directly, so disable by default.
  • Loading branch information
Cory Fields committed Sep 18, 2012
1 parent 220b8ea commit 777bb6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/android/depends/xbmc/Makefile
Expand Up @@ -17,7 +17,7 @@ CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) build-aux/ ;\
--enable-neon --enable-gles --enable-debug \ --enable-neon --enable-gles --enable-debug \
--disable-sdl --disable-x11 --disable-xrandr \ --disable-sdl --disable-x11 --disable-xrandr \
--disable-optical-drive --disable-joystick --disable-optimizations \ --disable-optical-drive --disable-joystick --disable-optimizations \
--enable-shared-lib --enable-alsa --enable-shared-lib --disable-alsa




all: $(SOURCE)/libxbmc.so all: $(SOURCE)/libxbmc.so
Expand Down

0 comments on commit 777bb6b

Please sign in to comment.