aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/Makefile
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-07-02 13:15:16 +0200
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-07-04 11:03:54 +0200
commit79f3384ce15db4bbf3aa49a526d79ae58ad231c2 (patch)
tree816abb2f53fe91e4b611536733eff64183cab378 /doc/examples/Makefile
parent145293b33566d0029e61281233750ed363cd8cee (diff)
downloadffmpeg-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/Makefile2
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))