mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-11 08:13:06 +00:00
swscale/x86: use correct HOSTCC_E flag instead of CC_E
HOSTCC and CC might be completely different compilers. Signed-off-by: Niklas Haas <git@haasn.dev>
This commit is contained in:
committed by
Niklas Haas
co-authored by
Niklas Haas
parent
7b59a86633
commit
976e18fdef
@@ -8754,6 +8754,7 @@ HOSTCCDEP=$HOSTCCDEP
|
|||||||
HOSTCCDEP_FLAGS=$HOSTCCDEP_FLAGS
|
HOSTCCDEP_FLAGS=$HOSTCCDEP_FLAGS
|
||||||
HOSTCC_DEPFLAGS=$HOSTCC_DEPFLAGS
|
HOSTCC_DEPFLAGS=$HOSTCC_DEPFLAGS
|
||||||
HOSTCC_C=$HOSTCC_C
|
HOSTCC_C=$HOSTCC_C
|
||||||
|
HOSTCC_E=$HOSTCC_E
|
||||||
HOSTCC_O=$HOSTCC_O
|
HOSTCC_O=$HOSTCC_O
|
||||||
HOSTLD_O=$HOSTLD_O
|
HOSTLD_O=$HOSTLD_O
|
||||||
TARGET_EXEC=$target_exec $target_exec_args
|
TARGET_EXEC=$target_exec $target_exec_args
|
||||||
|
|||||||
@@ -28,5 +28,5 @@ $(SUBDIR)x86/ops_int.o: $(SUBDIR)x86/uops_macros.gen.asm
|
|||||||
$(SUBDIR)x86/ops_float.o: $(SUBDIR)x86/uops_macros.gen.asm
|
$(SUBDIR)x86/ops_float.o: $(SUBDIR)x86/uops_macros.gen.asm
|
||||||
$(SUBDIR)x86/uops_macros.gen.asm: $(SRC_PATH)/libswscale/x86/uops_macros.asm.h \
|
$(SUBDIR)x86/uops_macros.gen.asm: $(SRC_PATH)/libswscale/x86/uops_macros.asm.h \
|
||||||
$(SRC_PATH)/libswscale/uops_macros.h
|
$(SRC_PATH)/libswscale/uops_macros.h
|
||||||
$(HOSTCC) $(CC_E) $(CPPFLAGS) $<
|
$(HOSTCC) $(HOSTCC_E) $(CPPFLAGS) $<
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user