(ffmpeg core) Update Makefile

This commit is contained in:
twinaphex 2016-09-05 00:34:38 +02:00
parent 877064855b
commit 11dfab4e79

View File

@ -103,9 +103,9 @@ else ifneq (,$(findstring osx,$(platform)))
CFLAGS += -I. -I.. -DHAVE_FMINF
ifeq ($(OPENGL),1)
GL_LIB := -framework OpenGL
CFLAGS += -DHAVE_OPENGL
HAVE_GL := 1
HAVE_GL_FFT := 1
CFLAGS += -DHAVE_GL
endif
HAVE_PTHREADS = 1
OSXVER = `sw_vers -productVersion | cut -d. -f 2`