1
0
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:
Diego Biurrun 2007-05-21 07:11:27 +00:00
parent 14eb0a2ed1
commit 86c33b29d2
2 changed files with 1 additions and 1 deletions

View File

@ -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)