From 8d3f25f20f51520a270e273d00e77d6219c5035e Mon Sep 17 00:00:00 2001 From: Autechre Date: Wed, 18 Mar 2020 14:23:38 +0100 Subject: [PATCH] Update Makefile.libnx --- Makefile.libnx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.libnx b/Makefile.libnx index c3eb990dd1..14da9d7456 100644 --- a/Makefile.libnx +++ b/Makefile.libnx @@ -133,7 +133,7 @@ LDFLAGS = -specs=$(DEVKITPRO)/libnx/switch.specs $(ARCH) -Wl,--allow-multiple-de # add things from Makefile.common CFLAGS += $(DEF_FLAGS) -LIBS := -lswresample -lavformat -lavcodec -lavutil -lswscale -lstdc++ -lbz2 -lpng -lz -lnx -lm +LIBS := -lswresample -lavformat -lavcodec -lavutil -lswscale -lstdc++ -lbz2 -lpng -lz -lnx -lvpx -lopus -llzma -lm ifeq ($(HAVE_OPENGL), 1) LIBS := -lEGL -lglapi -ldrm_nouveau $(LIBS)