mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 15:50:59 +00:00
FS-8779: fix the include for Windows builds that point to in tree lib
This commit is contained in:
parent
94fd5db497
commit
2ae2af2020
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user