mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Rename motion_test.c to motion-test.c, which is the naming scheme used by all
other test programs. As a positive sideeffect, this makes the build system try to actually create the executable file. Originally committed as revision 9086 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
14eb0a2ed1
commit
86c33b29d2
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user