mirror of
https://github.com/mpv-player/mpv
synced 2024-12-13 02:15:59 +00:00
Fix dependencies on generated header files for the codec* binaries.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28768 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
aacd081579
commit
b63817b215
6
Makefile
6
Makefile
@ -823,7 +823,7 @@ mencoder$(EXESUF): $(MENCODER_DEPS)
|
||||
mplayer$(EXESUF): $(MPLAYER_DEPS)
|
||||
$(CC) -o $@ $^ $(LDFLAGS_MPLAYER)
|
||||
|
||||
codec-cfg$(EXESUF): codec-cfg.c codec-cfg.h help_mp.h
|
||||
codec-cfg$(EXESUF): codec-cfg.c codecs.conf.h help_mp.h
|
||||
$(HOST_CC) -O -DCODECS2HTML $(EXTRA_INC) -o $@ $<
|
||||
|
||||
codecs.conf.h: codec-cfg$(EXESUF) etc/codecs.conf
|
||||
@ -960,10 +960,10 @@ tags:
|
||||
|
||||
TEST_OBJS = mp_msg-mencoder.o mp_fifo.o osdep/$(GETCH) osdep/$(TIMER) -ltermcap -lm
|
||||
|
||||
codec-cfg-test$(EXESUF): codec-cfg.c codecs.conf.h codec-cfg.h $(TEST_OBJS)
|
||||
codec-cfg-test$(EXESUF): codec-cfg.c codecs.conf.h help_mp.h $(TEST_OBJS)
|
||||
$(CC) -I. -DTESTING -o $@ $^
|
||||
|
||||
codecs2html$(EXESUF): codec-cfg.c $(TEST_OBJS)
|
||||
codecs2html$(EXESUF): codec-cfg.c help_mp.h $(TEST_OBJS)
|
||||
$(CC) -I. -DCODECS2HTML -o $@ $^
|
||||
|
||||
liba52/test$(EXESUF): cpudetect.o $(filter liba52/%,$(SRCS_COMMON:.c=.o)) -lm
|
||||
|
Loading…
Reference in New Issue
Block a user