mirror of https://github.com/mpv-player/mpv
FreeBSD compilation fix by Bohdan Horst <nexus at hoth dot amu dot edu dot pl>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15195 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b2c0c6a9b7
commit
8de861114a
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) $(HOST_CFLAGS) -I. -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) $(EXTRA_INC) $(I18NLIBS)
|
||||
|
||||
install: $(ALL_PRG)
|
||||
ifeq ($(VIDIX),yes)
|
||||
|
|
Loading…
Reference in New Issue