projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Rename motion_test.c to motion-test.c, which is the naming scheme used by all
[ffmpeg.git]
/
libavcodec
/
Makefile
diff --git
a/libavcodec/Makefile
b/libavcodec/Makefile
index
0592084
..
6701a4e
100644
(file)
--- a/
libavcodec/Makefile
+++ b/
libavcodec/Makefile
@@
-447,7
+447,7
@@
imgresample-test: imgresample.c $(LIB)
dct-test: dct-test.o fdctref.o $(LIB)
-motion-test: motion
_
test.o $(LIB)
+motion-test: motion
-
test.o $(LIB)
fft-test: fft-test.o mdct.o fft.o $(LIB)