/NTRViewer

Primary LanguageCGNU General Public License v3.0GPL-3.0

NTRViewer

PC Viewer for NTR CFW's streaming feature

Dependencies

SDL2: https://www.libsdl.org/download-2.0.php

libjpeg-turbo: http://libjpeg-turbo.virtualgl.org/

ffmpeg(libswscale): http://ffmpeg.org/

License

GPLv3

Build Guide

OSX:

brew install sdl jpeg-turbo ffmpeg

make CONF=OSX

Linux:

apt-get install libsdl1.2-dev libjpeg-turbo8-dev libswscale-dev

dnf install SDL-devel turbojpeg-devel ffmpeg-devel

(or other equivalent methods to get these libraries installed)

cmake CMakeLists.txt

make

Windows:

Follow the guide in ffmpeg directory, then build this project with Visual Studio 2013.