mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 16:39:14 +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 <switch.h>
|
||||||
#include "mpg123.h"
|
#include "mpg123.h"
|
||||||
#include <shout/shout.h>
|
#include <shout/shout.h>
|
||||||
|
#ifdef WIN32
|
||||||
|
#include <lame.h>
|
||||||
|
#else
|
||||||
#include <lame/lame.h>
|
#include <lame/lame.h>
|
||||||
|
#endif
|
||||||
#include <switch_curl.h>
|
#include <switch_curl.h>
|
||||||
|
|
||||||
#define OUTSCALE 8192 * 2
|
#define OUTSCALE 8192 * 2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user