From 6d5104f6d7d4bdd1fe81870a47780bde3a4bf646 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 19 Nov 2019 08:55:04 +0100 Subject: [PATCH] (Windows/ffmpeg) Standalone Makefile - Don't set it explicitly to gcc/g++ --- cores/libretro-ffmpeg/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/cores/libretro-ffmpeg/Makefile b/cores/libretro-ffmpeg/Makefile index 640bd4974d..6535e239a5 100644 --- a/cores/libretro-ffmpeg/Makefile +++ b/cores/libretro-ffmpeg/Makefile @@ -177,8 +177,6 @@ else ifeq ($(platform), emscripten) else ARCH_X86 = 1 - CC = gcc - CXX = g++ TARGET := $(TARGET_NAME)_libretro.dll SHARED := -shared -static-libgcc -static-libstdc++ -s -Wl,--version-script=link.T -Wl,--no-undefined CFLAGS += -Iffmpeg