Rename apiexample.c --> api-example.c to be consistent with other example files.

Originally committed as revision 18216 to svn://svn.ffmpeg.org/ffmpeg/trunk
release/0.6
Diego Biurrun 16 years ago
parent 009d2d74c2
commit 7c17abaf9d
  1. 2
      libavcodec/Makefile
  2. 0
      libavcodec/api-example.c

@ -531,7 +531,7 @@ OBJS-$(HAVE_VIS) += sparc/dsputil_vis.o \
sparc/simple_idct_vis.o \ sparc/simple_idct_vis.o \
EXAMPLES = apiexample$(EXESUF) EXAMPLES = api-example$(EXESUF)
TESTPROGS = cabac dct eval fft h264 rangecoder snow TESTPROGS = cabac dct eval fft h264 rangecoder snow
TESTPROGS-$(ARCH_X86) += x86/cpuid TESTPROGS-$(ARCH_X86) += x86/cpuid

Loading…
Cancel
Save