Someone had made ifdefs that were confusing if compiling for Xbox. The conflictual situations have been resolved.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include "RageSoundReader_Resample_Good.h"
|
||||
|
||||
#include "libresample/include/libresample.h"
|
||||
#if defined(_MSC_VER)
|
||||
#if defined(_MSC_VER) && !defined(_XBOX)
|
||||
#pragma comment(lib, "libresample/resample.lib")
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user