Skip to content

Commit

Permalink
Temporarily disable mac libopus for 5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
getnamo committed Dec 20, 2022
1 parent b03dad4 commit 0da4091
Show file tree
Hide file tree
Showing 2 changed files with 2 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.5.1",
"VersionName": "2.5.2",
"EngineVersion": "5.1.0",
"FriendlyName": "Socket.IO Client",
"Description": "Real-time WebSocket networking via Socket.IO protocol usable from blueprints and c++.",
Expand Down
2 changes: 1 addition & 1 deletion Source/CoreUtility/Public/CUOpusCoder.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2019-current Getnamo. All Rights Reserved

#pragma once
#define WITH_OPUS (PLATFORM_WINDOWS || PLATFORM_MAC || PLATFORM_UNIX || PLATFORM_ANDROID)
#define WITH_OPUS (PLATFORM_WINDOWS || PLATFORM_UNIX || PLATFORM_ANDROID)

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

0 comments on commit 0da4091

Please sign in to comment.