diff --git a/doc/examples/Makefile b/doc/examples/Makefile index c32d524da4..4561b10bad 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=encoding-example muxing-example +EXAMPLES=encoding muxing OBJS=$(addsuffix .o,$(EXAMPLES)) diff --git a/doc/examples/encoding-example.c b/doc/examples/encoding.c similarity index 100% rename from doc/examples/encoding-example.c rename to doc/examples/encoding.c diff --git a/doc/examples/muxing-example.c b/doc/examples/muxing.c similarity index 100% rename from doc/examples/muxing-example.c rename to doc/examples/muxing.c