Commit 36d342d0 authored by diego's avatar diego

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.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9086 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0422b42b
...@@ -447,7 +447,7 @@ imgresample-test: imgresample.c $(LIB) ...@@ -447,7 +447,7 @@ imgresample-test: imgresample.c $(LIB)
dct-test: dct-test.o fdctref.o $(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) fft-test: fft-test.o mdct.o fft.o $(LIB)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment