Mercurial > mplayer.hg
changeset 12696:a026498e8a4c
this is broken and causes relink during 'make install'. fix it or leave it disabled
author | rfelker |
---|---|
date | Sat, 26 Jun 2004 15:35:35 +0000 |
parents | 845882906af0 |
children | 86ca4e017ac8 |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sat Jun 26 14:30:33 2004 +0000 +++ b/Makefile Sat Jun 26 15:35:35 2004 +0000 @@ -103,7 +103,7 @@ .SUFFIXES: .cc .c .o -.PHONY: $(COMMON_DEPS) +#.PHONY: $(COMMON_DEPS) all: version.h $(ALL_PRG) @@ -195,7 +195,7 @@ MENU_LIBS = endif -MENCODER_DEP = $(OBJS_MENCODER) $(COMMON_DEPS) +MENCODER_DEP = $(OBJS_MENCODER) $(COMMON_DEPS) libmpcodecs/libmpencoders.a ifeq ($(VIDIX),yes) VIDIX_LIBS = vidix/libvidix.a