Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-06-21 02:33:37 +0400
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-07-10 20:03:17 +0400
commitfcc7d869d98838356e3e778afe2196a12bfcd2b1 (patch)
treefe4acb690ac92b48c441a4151d5e19d7dc4d421e /doc/examples/Makefile
parentc762f9fa2d9adde5c7119b2a06f41206c003507e (diff)
doc/examples: add decoding/filtering example program
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 f8abdff4e3..fde2256fca 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 metadata muxing
+EXAMPLES=encoding filtering metadata muxing
OBJS=$(addsuffix .o,$(EXAMPLES))