summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-03-29 14:28:56 +0000
committerDiego Biurrun <diego@biurrun.de>2009-03-29 14:28:56 +0000
commit7c17abaf9de53a0ccb0a2f5cc158f9881e024acc (patch)
tree893733bb8dbfa0685aee56c0c4c0de8a5fe24e7e /libavcodec
parent009d2d74c276ddc0d4ff3b4e301a5d38730716c8 (diff)
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
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/Makefile2
-rw-r--r--libavcodec/api-example.c (renamed from libavcodec/apiexample.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 8136acc09c..c1926c7021 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
index 7f682cde30..7f682cde30 100644
--- a/libavcodec/apiexample.c
+++ b/libavcodec/api-example.c