diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2002-09-05 08:48:34 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2002-09-05 08:48:34 +0000 |
commit | 6acce86bdd565b40c1b11f6f02c9b2774b7e31ea (patch) | |
tree | 43856989218c51af597bc08d4939bddee5b3c9bb /libavcodec/Makefile | |
parent | 64a7a8af14b4fce3c5352a3ed5e07838c5cf363e (diff) | |
download | ffmpeg-6acce86bdd565b40c1b11f6f02c9b2774b7e31ea.tar.gz |
fixing tests
Originally committed as revision 905 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index d66dfcad14..07572d6dcb 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -139,14 +139,14 @@ cpuid_test: i386/cputest.c # testing progs imgresample-test: imgresample.c - $(CC) $(CFLAGS) -DTEST -o $@ $^ + $(CC) $(CFLAGS) -DTEST -o $@ $^ -lm dct-test: dct-test.o jfdctfst.o jfdctint.o i386/fdct_mmx.o\ fdctref.o jrevdct.o i386/idct_mmx.o simple_idct.o i386/simple_idct_mmx.o $(CC) -o $@ $^ -lm motion-test: motion_test.o $(LIB) - $(CC) -o $@ $^ + $(CC) -o $@ $^ -lm install: all ifeq ($(BUILD_SHARED),yes) |