Browse Source

doc/examples: rename filtering.c into filtering_video.c.

tags/n0.11
Clément Bœsch 13 years ago
parent
commit
2bdac29360
2 changed files with 1 additions and 1 deletions
  1. +1
    -1
      doc/examples/Makefile
  2. +0
    -0
      doc/examples/filtering_video.c

+ 1
- 1
doc/examples/Makefile View File

@@ -3,7 +3,7 @@ FFMPEG_LIBS=libavdevice libavformat libavfilter libavcodec libswscale libavutil
CFLAGS+=-Wall $(shell pkg-config --cflags $(FFMPEG_LIBS))
LDFLAGS+=$(shell pkg-config --libs $(FFMPEG_LIBS))

EXAMPLES=decoding_encoding filtering filtering_audio metadata muxing
EXAMPLES=decoding_encoding filtering_video filtering_audio metadata muxing

OBJS=$(addsuffix .o,$(EXAMPLES))



doc/examples/filtering.c → doc/examples/filtering_video.c View File


Loading…
Cancel
Save