Commit bb99fced authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

Fix ffmpeg HOSTCC

parent dd6e2ed0
......@@ -83,7 +83,7 @@ HOSTCONF=--host=$(HOST) --build=$(BUILD)
FFMPEGCONF=--cross-prefix=$(HOST)-
X264CONF=--crosscompile=$(HOST)
else
ifneq ($CC,)
ifneq $(CC,)
FFMPEGCONF=--cc="$(CC)"
endif
endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment