Browse Source

examples: rename "-example" suffix from examples files

The suffix is redundant since the containing directory itself is
called "examples". Simplify.
tags/n0.9
Stefano Sabatini 14 years ago
parent
commit
79f3384ce1
3 changed files with 1 additions and 1 deletions
  1. +1
    -1
      doc/examples/Makefile
  2. +0
    -0
      doc/examples/encoding.c
  3. +0
    -0
      doc/examples/muxing.c

+ 1
- 1
doc/examples/Makefile View File

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



doc/examples/encoding-example.c → doc/examples/encoding.c View File


doc/examples/muxing-example.c → doc/examples/muxing.c View File


Loading…
Cancel
Save