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 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