Mercurial > mplayer.hg
comparison Makefile @ 27159:dc5144ad6560
Fix liba52/test linking, it needs -lm.
author | diego |
---|---|
date | Fri, 04 Jul 2008 14:22:54 +0000 |
parents | e2797c291ba9 |
children | 0fdfa72628a1 |
comparison
equal
deleted
inserted
replaced
27158:65b8334df960 | 27159:dc5144ad6560 |
---|---|
883 $(CC) -I. -DCODECS2HTML -o $@ $^ | 883 $(CC) -I. -DCODECS2HTML -o $@ $^ |
884 | 884 |
885 codec-cfg-test$(EXESUF): codec-cfg.c codecs.conf.h codec-cfg.h $(TEST_OBJS) | 885 codec-cfg-test$(EXESUF): codec-cfg.c codecs.conf.h codec-cfg.h $(TEST_OBJS) |
886 $(CC) -I. -DTESTING -o $@ $^ | 886 $(CC) -I. -DTESTING -o $@ $^ |
887 | 887 |
888 liba52/test$(EXESUF): liba52/test.c cpudetect.o $(filter liba52/%,$(SRCS_COMMON:.c=.o)) | 888 liba52/test$(EXESUF): liba52/test.c cpudetect.o $(filter liba52/%,$(SRCS_COMMON:.c=.o)) -lm |
889 | 889 |
890 libvo/aspecttest$(EXESUF): libvo/aspecttest.c libvo/aspect.o libvo/geometry.o $(TEST_OBJS) | 890 libvo/aspecttest$(EXESUF): libvo/aspecttest.c libvo/aspect.o libvo/geometry.o $(TEST_OBJS) |
891 | 891 |
892 LOADER_TEST_OBJS = $(filter loader/%,$(SRCS_COMMON:.c=.o)) libmpdemux/aviprint.o osdep/mmap_anon.o cpudetect.o $(TEST_OBJS) | 892 LOADER_TEST_OBJS = $(filter loader/%,$(SRCS_COMMON:.c=.o)) libmpdemux/aviprint.o osdep/mmap_anon.o cpudetect.o $(TEST_OBJS) |
893 | 893 |