summaryrefslogtreecommitdiff
path: root/doc/examples
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-07-02 13:15:16 +0200
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-07-04 11:03:54 +0200
commit79f3384ce15db4bbf3aa49a526d79ae58ad231c2 (patch)
tree816abb2f53fe91e4b611536733eff64183cab378 /doc/examples
parent145293b33566d0029e61281233750ed363cd8cee (diff)
examples: rename "-example" suffix from examples files
The suffix is redundant since the containing directory itself is called "examples". Simplify.
Diffstat (limited to 'doc/examples')
-rw-r--r--doc/examples/Makefile2
-rw-r--r--doc/examples/encoding.c (renamed from doc/examples/encoding-example.c)0
-rw-r--r--doc/examples/muxing.c (renamed from doc/examples/muxing-example.c)0
3 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/Makefile b/doc/examples/Makefile
index c32d524da4..4561b10bad 100644
--- a/doc/examples/Makefile
+++ b/doc/examples/Makefile
@@ -3,7 +3,7 @@ FFMPEG_LIBS=libavdevice libavformat libavfilter libavcodec libswscale libavutil
CFLAGS+=$(shell pkg-config --cflags $(FFMPEG_LIBS))
LDFLAGS+=$(shell pkg-config --libs $(FFMPEG_LIBS))
-EXAMPLES=encoding-example muxing-example
+EXAMPLES=encoding muxing
OBJS=$(addsuffix .o,$(EXAMPLES))
diff --git a/doc/examples/encoding-example.c b/doc/examples/encoding.c
index afe7e4f277..afe7e4f277 100644
--- a/doc/examples/encoding-example.c
+++ b/doc/examples/encoding.c
diff --git a/doc/examples/muxing-example.c b/doc/examples/muxing.c
index 42c9ced022..42c9ced022 100644
--- a/doc/examples/muxing-example.c
+++ b/doc/examples/muxing.c