]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-8779: fix the include for Windows builds that point to in tree lib
authorMichael Jerris <mike@jerris.com>
Mon, 4 Apr 2016 18:41:13 +0000 (14:41 -0400)
committerMichael Jerris <mike@jerris.com>
Mon, 4 Apr 2016 18:41:13 +0000 (14:41 -0400)
src/mod/formats/mod_shout/mod_shout.c

index 60275ff3e700fd7759eaecc65e3767f6e6488ecc..8372a03b7fb3f16812b2cb43ff65af814e92f44c 100644 (file)
 #include <switch.h>
 #include "mpg123.h"
 #include <shout/shout.h>
+#ifdef WIN32
+#include <lame.h>
+#else
 #include <lame/lame.h>
+#endif
 #include <switch_curl.h>
 
 #define OUTSCALE 8192 * 2