Mercurial > libavcodec.hg
changeset 5835:74db54e5f428 libavcodec
Rename LIB to LIBNAME for consistency.
author | diego |
---|---|
date | Thu, 18 Oct 2007 09:34:49 +0000 |
parents | 1edffbe7d57d |
children | 0859108b4ae3 |
files | Makefile |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Wed Oct 17 23:02:35 2007 +0000 +++ b/Makefile Thu Oct 18 09:34:49 2007 +0000 @@ -465,18 +465,18 @@ tests: apiexample $(TESTS) -apiexample: apiexample.o $(LIB) +apiexample: apiexample.o $(LIBNAME) cpuid-test: i386/cputest.c $(CC) $(CFLAGS) -DTEST -o $@ $< -dct-test: dct-test.o fdctref.o $(LIB) +dct-test: dct-test.o fdctref.o $(LIBNAME) -fft-test: fft-test.o $(LIB) +fft-test: fft-test.o $(LIBNAME) -imgresample-test: imgresample.c $(LIB) +imgresample-test: imgresample.c $(LIBNAME) $(CC) $(CFLAGS) -DTEST -o $@ $^ $(EXTRALIBS) -motion-test: motion-test.o $(LIB) +motion-test: motion-test.o $(LIBNAME) .PHONY: tests