examples: rename "-example" suffix from examples files

The suffix is redundant since the containing directory itself is
called "examples". Simplify.
pull/2/head
Stefano Sabatini 14 years ago
parent 145293b335
commit 79f3384ce1
  1. 2
      doc/examples/Makefile
  2. 0
      doc/examples/encoding.c
  3. 0
      doc/examples/muxing.c

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

Loading…
Cancel
Save