From 8de861114a55899ac4bba0f46d577d69deeaa0d8 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 16 Apr 2005 20:18:12 +0000 Subject: FreeBSD compilation fix by Bohdan Horst git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15195 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c12e75bfe4..d2d8a4e67e 100644 --- a/Makefile +++ b/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) -- cgit v1.2.3