Mercurial > mplayer.hg
changeset 27159:dc5144ad6560
Fix liba52/test linking, it needs -lm.
author | diego |
---|---|
date | Fri, 04 Jul 2008 14:22:54 +0000 |
parents | 65b8334df960 |
children | 0fdfa72628a1 |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Fri Jul 04 13:49:45 2008 +0000 +++ b/Makefile Fri Jul 04 14:22:54 2008 +0000 @@ -885,7 +885,7 @@ codec-cfg-test$(EXESUF): codec-cfg.c codecs.conf.h codec-cfg.h $(TEST_OBJS) $(CC) -I. -DTESTING -o $@ $^ -liba52/test$(EXESUF): liba52/test.c cpudetect.o $(filter liba52/%,$(SRCS_COMMON:.c=.o)) +liba52/test$(EXESUF): liba52/test.c cpudetect.o $(filter liba52/%,$(SRCS_COMMON:.c=.o)) -lm libvo/aspecttest$(EXESUF): libvo/aspecttest.c libvo/aspect.o libvo/geometry.o $(TEST_OBJS)