Skip to content

Commit

Permalink
potential fix for #441
Browse files Browse the repository at this point in the history
  • Loading branch information
getnamo committed Oct 24, 2024
1 parent 363192e commit 37212d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SocketIOClient.uplugin
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"FileVersion": 3,
"Version": 1,
"VersionName": "2.8.2",
"VersionName": "2.8.3",
"EngineVersion": "5.4",
"FriendlyName": "Socket.IO Client",
"Description": "Real-time WebSocket networking via Socket.IO protocol usable from blueprints and c++.",
Expand Down
4 changes: 3 additions & 1 deletion Source/CoreUtility/Public/CUOpusCoder.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

#include "CoreMinimal.h"

#define WITH_OPUS (PLATFORM_WINDOWS || PLATFORM_UNIX || PLATFORM_ANDROID)
#ifndef WITH_OPUS
#define WITH_OPUS (PLATFORM_WINDOWS || PLATFORM_UNIX || PLATFORM_ANDROID)
#endif

#if WITH_OPUS
#include "ThirdParty/libOpus/opus-1.1/include/opus.h"
Expand Down

0 comments on commit 37212d2

Please sign in to comment.