From 7c17abaf9de53a0ccb0a2f5cc158f9881e024acc Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 29 Mar 2009 14:28:56 +0000 Subject: [PATCH] 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 --- libavcodec/Makefile | 2 +- libavcodec/{apiexample.c => api-example.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename libavcodec/{apiexample.c => api-example.c} (100%) diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 8136acc..c1926c7 100644 --- a/libavcodec/Makefile +++ b/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 diff --git a/libavcodec/apiexample.c b/libavcodec/api-example.c similarity index 100% rename from libavcodec/apiexample.c rename to libavcodec/api-example.c -- 2.7.4