mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-05-29 21:10:22 +02:00
makefile_base.mak: ffmpeg is optional, don't build by default
This commit is contained in:
parent
b88db76760
commit
2f7d77caae
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user