提交 be5ac961 编写于 作者: M Michael Niedermayer

examples/encoding: rename to decoding_encoding.c as the file is an example for both.

Signed-off-by: NMichael Niedermayer <michaelni@gmx.at>
上级 f8e98061
......@@ -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 filtering metadata muxing
EXAMPLES=decoding_encoding filtering metadata muxing
OBJS=$(addsuffix .o,$(EXAMPLES))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册