From ca858ab77d7bb49ae99485721bbbe3a580670904 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Mon, 30 May 2011 09:18:42 +0200 Subject: [PATCH] doc/examples: give meaningful names to the example files Rename: api-example.c -> encoding-example.c output-example.c -> muxing-example.c --- doc/examples/Makefile | 2 +- doc/examples/{api-example.c => encoding-example.c} | 0 doc/examples/{output-example.c => muxing-example.c} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename doc/examples/{api-example.c => encoding-example.c} (100%) rename doc/examples/{output-example.c => muxing-example.c} (100%) diff --git a/doc/examples/Makefile b/doc/examples/Makefile index facbd7e17..c32d524da 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=api-example output-example +EXAMPLES=encoding-example muxing-example OBJS=$(addsuffix .o,$(EXAMPLES)) diff --git a/doc/examples/api-example.c b/doc/examples/encoding-example.c similarity index 100% rename from doc/examples/api-example.c rename to doc/examples/encoding-example.c diff --git a/doc/examples/output-example.c b/doc/examples/muxing-example.c similarity index 100% rename from doc/examples/output-example.c rename to doc/examples/muxing-example.c -- 2.11.0