Skip to content

Commit

Permalink
change libopus include
Browse files Browse the repository at this point in the history
- 5.1 engine seems to prefer opus 1.1
  • Loading branch information
getnamo committed Dec 20, 2022
1 parent 0da4091 commit 65d7253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/CoreUtility/Public/CUOpusCoder.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#define WITH_OPUS (PLATFORM_WINDOWS || PLATFORM_UNIX || PLATFORM_ANDROID)

#if WITH_OPUS
#include "ThirdParty/libOpus/opus-1.3.1-12/include/opus.h"
#include "ThirdParty/libOpus/opus-1.1/include/opus.h"
//#include "ogg/ogg.h"
#endif

Expand Down

0 comments on commit 65d7253

Please sign in to comment.