mirror of
https://github.com/mpv-player/mpv
synced 2025-01-14 19:11:53 +00:00
cross-compilation fix: don't use target CFLAGS to compile host tools
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15164 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
87584d10f6
commit
0b9ace787e
2
Makefile
2
Makefile
@ -277,7 +277,7 @@ $(MPLAYER_DEP): version.h help_mp.h
|
||||
$(MENCODER_DEP): version.h help_mp.h
|
||||
|
||||
$(PRG_CFG): version.h codec-cfg.c codec-cfg.h
|
||||
$(HOST_CC) $(CFLAGS) -g codec-cfg.c mp_msg.c -o $(PRG_CFG) -DCODECS2HTML $(EXTRA_LIB) $(I18NLIBS)
|
||||
$(HOST_CC) $(HOST_CFLAGS) -I. -g codec-cfg.c mp_msg.c -o $(PRG_CFG) -DCODECS2HTML $(EXTRA_LIB) $(I18NLIBS)
|
||||
|
||||
install: $(ALL_PRG)
|
||||
ifeq ($(VIDIX),yes)
|
||||
|
Loading…
Reference in New Issue
Block a user