XorTroll / PlayerNX

First homebrew video player for Nintendo Switch! (using ffmpeg libraries)
GNU General Public License v3.0
62 stars 8 forks source link

Fix libnx 1.4 compile error: #4

Closed Falki141 closed 5 years ago

Falki141 commented 5 years ago

/opt/devkitpro/libnx/include/switch/services/audren.h:305:1: error: body of 'constexpr' function 'constexpr size_t audrenGetInputParamSize(const AudioRendererConfig*)' not a return-statement

for libnx 1.4 we need c++ 14

XorTroll commented 5 years ago

Yeah, had issues with other projects.

Falki141 commented 5 years ago

I too :)