(ffmpeg core) Update Makefile

This commit is contained in:
twinaphex 2019-11-23 22:39:50 +01:00
parent de3ac2c549
commit ba74747860

View File

@ -193,6 +193,7 @@ else
ifeq ($(OPENGL),1)
GL_LIB := -lopengl32
CFLAGS += -DHAVE_OPENGL
HAVE_OPENGL = 1
HAVE_GL_FFT := 1
WIN32_PLATFORM := 1
endif