summaryrefslogtreecommitdiff
path: root/doc/examples
diff options
context:
space:
mode:
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