From 8f455ee921f0326906c228608de6063b809b71f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Higor=20Eur=C3=ADpedes?= Date: Wed, 22 Oct 2014 14:18:56 -0300 Subject: [PATCH] (qb) Fix for non Win32 builds --- qb/config.libs.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qb/config.libs.sh b/qb/config.libs.sh index fc82e7b59b..2e95beaa9a 100644 --- a/qb/config.libs.sh +++ b/qb/config.libs.sh @@ -204,6 +204,8 @@ if [ "$OS" = 'Win32' ]; then fi HAVE_XAUDIO=yes +else + HAVE_D3D9=no fi if [ "$HAVE_OPENGL" != 'no' ] && [ "$HAVE_GLES" != 'yes' ]; then