mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 01:49:05 +00:00
FS-8779: fix the include for Windows builds that point to in tree lib
This commit is contained in:
@@ -35,7 +35,11 @@
|
||||
#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
|
||||
|
Reference in New Issue
Block a user