mirror of
https://github.com/lxsang/antd-wvnc-plugin.git
synced 2025-08-29 07:12:13 +02:00
move wasm to new wasm.js repository
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
LDFLAGS="-L/usr/local/opt/jpeg-turbo/lib"
|
||||
CPPFLAGS="-I/usr/local/opt/jpeg-turbo/include"
|
||||
main: miniviewer
|
||||
main:
|
||||
gcc viewer.c -D_REENTRANT $(CPPFLAGS) -I/usr/include/SDL2 $(LDFLAGS) -lSDL2 -lvncclient -o viewer
|
||||
|
||||
miniviewer:
|
||||
|
BIN
test/viewer
BIN
test/viewer
Binary file not shown.
@@ -2,7 +2,7 @@
|
||||
* @example SDLvncviewer.c
|
||||
*/
|
||||
|
||||
#include <SDL.h>
|
||||
#include <SDL2/SDL.h>
|
||||
#include <signal.h>
|
||||
#include <rfb/rfbclient.h>
|
||||
|
||||
|
Reference in New Issue
Block a user