From 2510631e5bfb055da62e28d256f94823aa0d3626 Mon Sep 17 00:00:00 2001 From: rdb Date: Mon, 26 Aug 2013 18:39:13 +0000 Subject: [PATCH] winmm.lib is needed for MicrophoneAudio --- panda/src/movies/Sources.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/movies/Sources.pp b/panda/src/movies/Sources.pp index adec18e915..f4a2757e0a 100644 --- a/panda/src/movies/Sources.pp +++ b/panda/src/movies/Sources.pp @@ -7,7 +7,7 @@ #define LOCAL_LIBS p3gobj #define USE_PACKAGES dx9 vorbis - #define WIN_SYS_LIBS $[WIN_SYS_LIBS] strmiids.lib + #define WIN_SYS_LIBS $[WIN_SYS_LIBS] strmiids.lib winmm.lib #define COMBINED_SOURCES \ $[TARGET]_composite1.cxx