this is broken and causes relink during 'make install'. fix it or leave it disabled

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12697 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rfelker 2004-06-26 15:35:35 +00:00
parent 1afbf4e736
commit 587c8d0cc9
1 changed files with 2 additions and 2 deletions

View File

@ -103,7 +103,7 @@ endif
.SUFFIXES: .cc .c .o
.PHONY: $(COMMON_DEPS)
#.PHONY: $(COMMON_DEPS)
all: version.h $(ALL_PRG)
@ -195,7 +195,7 @@ else
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