-
Notifications
You must be signed in to change notification settings - Fork 246
Open
Labels
Description
Hey all,
Packaging (Android (ASTC)): G:/eeVReeUEMobile/eevree_unrealmobileapplication/Projects/eeVRee/Plugins/SocketIO/Source/CoreUtility/Public/CUOpusCoder.h(7,9): error: 'WITH_OPUS' macro redefined [-Werror,-Wmacro-redefined]
UATHelper: Packaging (Android (ASTC)): 1 error generated.
PackagingResults: Error: 'WITH_OPUS' macro redefined [-Werror,-Wmacro-redefined]
PackagingResults: Error: Unknown Error
For temporary solution I commented out the line
#define WITH_OPUS (PLATFORM_WINDOWS || PLATFORM_UNIX || PLATFORM_ANDROID)
After this the project compiles successfully.
Reactions are currently unavailable