[FFmpeg-cvslog] r18216 - in trunk/libavcodec: Makefile api-example.c apiexample.c
diego
subversion
Sun Mar 29 16:28:56 CEST 2009
Author: diego
Date: Sun Mar 29 16:28:56 2009
New Revision: 18216
Log:
Rename apiexample.c --> api-example.c to be consistent with other example files.
Added:
trunk/libavcodec/api-example.c
- copied unchanged from r18201, trunk/libavcodec/apiexample.c
Deleted:
trunk/libavcodec/apiexample.c
Modified:
trunk/libavcodec/Makefile
Modified: trunk/libavcodec/Makefile
==============================================================================
--- trunk/libavcodec/Makefile Sun Mar 29 15:48:43 2009 (r18215)
+++ trunk/libavcodec/Makefile Sun Mar 29 16:28:56 2009 (r18216)
@@ -531,7 +531,7 @@ OBJS-$(HAVE_VIS) +
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
More information about the ffmpeg-cvslog
mailing list