From 6a88cb22468a95f7fa466d0806032ec6e00e6b78 Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Mon, 5 May 2014 20:04:54 -0700 Subject: [PATCH] sdl2_mixer: disable shared Two reasons: * --disable-shared is hardcoded * Dependency smpeg2 is not enabled for shared Signed-off-by: Timothy Gu --- src/sdl2_mixer.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sdl2_mixer.mk b/src/sdl2_mixer.mk index bd81ada1..329fbc62 100644 --- a/src/sdl2_mixer.mk +++ b/src/sdl2_mixer.mk @@ -49,3 +49,5 @@ define $(PKG)_BUILD endef $(PKG)_BUILD_i686-pc-mingw32 = + +$(PKG)_BUILD_SHARED =