Browse Source

doc/examples: give meaningful names to the example files

Rename:
api-example.c    -> encoding-example.c
output-example.c -> muxing-example.c
Stefano Sabatini 13 years ago
parent
commit
ca858ab77d
3 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/examples/Makefile
  2. 0 0
      doc/examples/encoding-example.c
  3. 0 0
      doc/examples/muxing-example.c

+ 1 - 1
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))
 

+ 0 - 0
doc/examples/api-example.c → doc/examples/encoding-example.c


+ 0 - 0
doc/examples/output-example.c → doc/examples/muxing-example.c