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:
diego 2005-04-16 20:18:12 +00:00
parent b2c0c6a9b7
commit 8de861114a
1 changed files with 1 additions and 1 deletions

View File

@ -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)