Commit ca858ab7 authored by Stefano Sabatini's avatar Stefano Sabatini

doc/examples: give meaningful names to the example files

Rename:
api-example.c    -> encoding-example.c
output-example.c -> muxing-example.c
parent 201549d1
......@@ -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))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment