Commit 4645de2a authored by Felix Paul Kühne's avatar Felix Paul Kühne

Make sure that FFmpeg also uses the CC we want to use

parent 2f8dc669
......@@ -54,6 +54,7 @@ export LDFLAGS = -L$(PREFIX)/lib $(EXTRA_LDFLAGS)
ifneq ($(CC),)
HOSTCC+= CC="$(CC)"
FFMPEGCONF += --cc=$(CC)
endif
ifneq ($(CXX),)
HOSTCC+= CXX="$(CXX)"
......
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