Browse Source

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
Diego Biurrun 16 years ago
parent
commit
7c17abaf9d
2 changed files with 1 additions and 1 deletions
  1. 1 1
      libavcodec/Makefile
  2. 0 0
      libavcodec/api-example.c

+ 1 - 1
libavcodec/Makefile

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

+ 0 - 0
libavcodec/apiexample.c → libavcodec/api-example.c