diff --git a/build/makefile_base.mak b/build/makefile_base.mak index 02d35a13..5bd9512a 100644 --- a/build/makefile_base.mak +++ b/build/makefile_base.mak @@ -237,7 +237,6 @@ OPENAL_OBJ64 := ./obj-openal64 FFMPEG := $(SRCDIR)/ffmpeg FFMPEG_OBJ32 := ./obj-ffmpeg32 FFMPEG_OBJ64 := ./obj-ffmpeg64 -# TODO if perserving OS X support FFMPEG_CROSS_CFLAGS := FFMPEG_CROSS_LDFLAGS := @@ -1319,9 +1318,6 @@ dxvk32: $(DXVK_CONFIGURE_FILES32) endif # NO_DXVK -# TODO OS X -# build_moltenvk - # TODO Tests # build_vrclient64_tests # build_vrclient32_tests @@ -1337,8 +1333,6 @@ endif # NO_DXVK default: all dist .DEFAULT_GOAL := default -# TODO ffmpeg is optional, disabled - # For suffixes 64/32/_configure64/_configure32 automatically check if they exist compared to ALL_TARGETS and make # all_configure32/etc aliases GOAL_TARGETS64 := $(filter $(addsuffix 64,$(GOAL_TARGETS)),$(ALL_TARGETS))