mirror of
https://github.com/mpv-player/mpv
synced 2025-03-01 03:40:43 +00:00
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:
parent
1afbf4e736
commit
587c8d0cc9
4
Makefile
4
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
|
||||
|
Loading…
Reference in New Issue
Block a user