diff options
author | Stefano Sabatini | 2011-05-30 09:18:42 +0200 |
---|---|---|
committer | Stefano Sabatini | 2011-06-01 13:02:08 +0200 |
commit | ca858ab77d7bb49ae99485721bbbe3a580670904 (patch) | |
tree | f532fba952a110340c5bea915e7cf09d6eb1b990 /doc/examples | |
parent | 201549d1a95e5ea81a97257368668cda0afcb2f8 (diff) |
doc/examples: give meaningful names to the example files
Rename:
api-example.c -> encoding-example.c
output-example.c -> muxing-example.c
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/Makefile | 2 | ||||
-rw-r--r-- | doc/examples/encoding-example.c (renamed from doc/examples/api-example.c) | 0 | ||||
-rw-r--r-- | doc/examples/muxing-example.c (renamed from doc/examples/output-example.c) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/Makefile b/doc/examples/Makefile index facbd7e178..c32d524da4 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 index a32c09ab69..a32c09ab69 100644 --- a/doc/examples/api-example.c +++ b/doc/examples/encoding-example.c diff --git a/doc/examples/output-example.c b/doc/examples/muxing-example.c index f068e946dd..f068e946dd 100644 --- a/doc/examples/output-example.c +++ b/doc/examples/muxing-example.c |