diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-07-02 13:15:16 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-07-04 11:03:54 +0200 |
commit | 79f3384ce15db4bbf3aa49a526d79ae58ad231c2 (patch) | |
tree | 816abb2f53fe91e4b611536733eff64183cab378 /doc/examples/Makefile | |
parent | 145293b33566d0029e61281233750ed363cd8cee (diff) | |
download | ffmpeg-79f3384ce15db4bbf3aa49a526d79ae58ad231c2.tar.gz |
examples: rename "-example" suffix from examples files
The suffix is redundant since the containing directory itself is
called "examples". Simplify.
Diffstat (limited to 'doc/examples/Makefile')
-rw-r--r-- | doc/examples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |