[SCM] libav/experimental: Rename apiexample.c --> api-example.c to be consistent with other example files.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:42:44 UTC 2013


The following commit has been merged in the experimental branch:
commit 7c17abaf9de53a0ccb0a2f5cc158f9881e024acc
Author: Diego Biurrun <diego at biurrun.de>
Date:   Sun Mar 29 14:28:56 2009 +0000

    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

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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list