summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 0433d694e1..f3293466dc 100644
--- a/Makefile
+++ b/Makefile
@@ -739,9 +739,6 @@ codecs.conf.h: codec-cfg$(EXESUF) etc/codecs.conf
codecs2html$(EXESUF): mp_msg-mencoder.o
$(CC) -DCODECS2HTML codec-cfg.c $^ -o $@
-codec-cfg-test$(EXESUF): codecs.conf.h codec-cfg.h mp_msg-mencoder.o osdep/getch2.o
- $(CC) -I. -DTESTING codec-cfg.c mp_msg-mencoder.o osdep/getch2.o -ltermcap -o $@
-
osdep/mplayer-rc.o: osdep/mplayer.rc version.h
$(WINDRES) -I. -o $@ $<
@@ -881,6 +878,9 @@ 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)
+
liba52/test$(EXESUF): liba52/test.c cpudetect.o $(filter liba52/%,$(SRCS_COMMON:.c=.o))
libvo/aspecttest$(EXESUF): libvo/aspecttest.c libvo/aspect.o libvo/geometry.o $(TEST_OBJS)