summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-06-26 15:35:35 +0000
committerrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-06-26 15:35:35 +0000
commit587c8d0cc930c908d7b7807a602893b916904477 (patch)
tree60c604200d44f8994d0a9987dc49369e2efabf11 /Makefile
parent1afbf4e73648dcafcffe9351913fbcacbf5880f7 (diff)
downloadmpv-587c8d0cc930c908d7b7807a602893b916904477.tar.bz2
mpv-587c8d0cc930c908d7b7807a602893b916904477.tar.xz
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4caa61242d..d80c951925 100644
--- a/Makefile
+++ b/Makefile
@@ -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