Browse Source

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
tags/v0.5
Diego Biurrun 18 years ago
parent
commit
86c33b29d2
2 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/Makefile
  2. +0
    -0
      libavcodec/motion-test.c

+ 1
- 1
libavcodec/Makefile 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)



libavcodec/motion_test.c → libavcodec/motion-test.c View File


Loading…
Cancel
Save