makefile_base.mak: ffmpeg is optional, don't build by default

This commit is contained in:
John Schoenick 2018-08-22 12:43:49 -07:00
parent b88db76760
commit 2f7d77caae

View File

@ -156,7 +156,9 @@ $(OBJ_DIRS):
.PHONY: all all64 all32
GOAL_TARGETS_LIBS := openal ffmpeg lsteamclient vrclient dxvk
# FIXME ffmpeg is optional
GOAL_TARGETS_LIBS := openal lsteamclient vrclient dxvk dist
GOAL_TARGETS := wine $(GOAL_TARGETS_LIBS)
all: $(GOAL_TARGETS)