From 042eadd39e954a4f25f41065819a17f8cf65ca7b Mon Sep 17 00:00:00 2001 From: radius Date: Sat, 17 Sep 2016 03:12:22 -0500 Subject: [PATCH] (ems) we don't need rjpg in emscripten --- Makefile.emscripten | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.emscripten b/Makefile.emscripten index d095c78631..e3bc40f6eb 100644 --- a/Makefile.emscripten +++ b/Makefile.emscripten @@ -83,7 +83,7 @@ else CFLAGS += -O2 endif -CFLAGS += -DHAVE_RPNG -DHAVE_RJPEG -Wall -Wno-unused-result -Wno-unused-variable -I. -Ilibretro-common/include -std=gnu99 -s USE_ZLIB=1 \ +CFLAGS += -DHAVE_RPNG -Wall -Wno-unused-result -Wno-unused-variable -I. -Ilibretro-common/include -std=gnu99 -s USE_ZLIB=1 \ -s EXPORTED_FUNCTIONS="['_main', '_malloc', '_cmd_savefiles', '_cmd_save_state', '_cmd_take_screenshot']" all: $(TARGET)