mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 02:30:35 +00:00
(ffmpeg core) Update Makefile
This commit is contained in:
parent
877064855b
commit
11dfab4e79
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user