projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fe67fa
)
tests link all libavcodec
author
Fabrice Bellard
<fabrice@bellard.org>
Tue, 7 Jan 2003 23:47:09 +0000
(23:47 +0000)
committer
Fabrice Bellard
<fabrice@bellard.org>
Tue, 7 Jan 2003 23:47:09 +0000
(23:47 +0000)
Originally committed as revision 1421 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/libavcodec/Makefile
b/libavcodec/Makefile
index
35bd46e
..
8d0e838
100644
(file)
--- a/
libavcodec/Makefile
+++ b/
libavcodec/Makefile
@@
-160,8
+160,7
@@
cpuid_test: i386/cputest.c
imgresample-test: imgresample.c
$(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
+dct-test: dct-test.o fdctref.o $(LIB)
$(CC) -o $@ $^ -lm
motion-test: motion_test.o $(LIB)