Mercurial > mplayer.hg
changeset 9327:6f4d4b2fddc2
i18n may require extra_libdir, at least on freebsd
found by Nexus
author | arpi |
---|---|
date | Fri, 07 Feb 2003 22:25:17 +0000 |
parents | 8e91f0734b96 |
children | 1670357372d5 |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Fri Feb 07 22:15:11 2003 +0000 +++ b/Makefile Fri Feb 07 22:25:17 2003 +0000 @@ -245,7 +245,7 @@ $(MENCODER_DEP): version.h $(PRG_CFG): version.h codec-cfg.c codec-cfg.h - $(CC) $(CFLAGS) -g codec-cfg.c mp_msg.c -o $(PRG_CFG) -DCODECS2HTML $(I18NLIBS) + $(CC) $(CFLAGS) -g codec-cfg.c mp_msg.c -o $(PRG_CFG) -DCODECS2HTML $(EXTRA_LIB) $(I18NLIBS) install: $(ALL_PRG) ifeq ($(VIDIX),yes)