mirror of
https://github.com/mpv-player/mpv
synced 2025-02-18 13:47:04 +00:00
Correct dependency declaration for codec-cfg-test.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26884 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
250f52082d
commit
196593fbd4
4
Makefile
4
Makefile
@ -878,8 +878,8 @@ tags:
|
||||
|
||||
TEST_OBJS = mp_msg-mencoder.o mp_fifo.o osdep/$(GETCH) osdep/$(TIMER) -ltermcap -lm
|
||||
|
||||
codec-cfg-test$(EXESUF): codecs.conf.h codec-cfg.h $(TEST_OBJS)
|
||||
$(CC) -I. -DTESTING -o $@ codec-cfg.c $(TEST_OBJS)
|
||||
codec-cfg-test$(EXESUF): codec-cfg.c codecs.conf.h codec-cfg.h $(TEST_OBJS)
|
||||
$(CC) -I. -DTESTING -o $@ $< $(TEST_OBJS)
|
||||
|
||||
liba52/test$(EXESUF): liba52/test.c cpudetect.o $(filter liba52/%,$(SRCS_COMMON:.c=.o))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user