Mercurial > libavcodec.hg
comparison Makefile @ 5114:85b8ce118098 libavcodec
Preprocessor #defines starting with __ are reserved for the system.
author | diego |
---|---|
date | Thu, 07 Jun 2007 17:19:37 +0000 |
parents | bdd2625a8ac5 |
children | 8d1a78444f4d |
comparison
equal
deleted
inserted
replaced
5113:f1bfd716d347 | 5114:85b8ce118098 |
---|---|
435 tests: apiexample $(TESTS) | 435 tests: apiexample $(TESTS) |
436 | 436 |
437 apiexample: apiexample.o $(LIB) | 437 apiexample: apiexample.o $(LIB) |
438 | 438 |
439 cpuid_test: i386/cputest.c | 439 cpuid_test: i386/cputest.c |
440 $(CC) $(CFLAGS) -D__TEST__ -o $@ $< | 440 $(CC) $(CFLAGS) -DTEST -o $@ $< |
441 | 441 |
442 imgresample-test: imgresample.c $(LIB) | 442 imgresample-test: imgresample.c $(LIB) |
443 $(CC) $(CFLAGS) -DTEST -o $@ $^ $(EXTRALIBS) | 443 $(CC) $(CFLAGS) -DTEST -o $@ $^ $(EXTRALIBS) |
444 | 444 |
445 dct-test: dct-test.o fdctref.o $(LIB) | 445 dct-test: dct-test.o fdctref.o $(LIB) |