[FFmpeg-cvslog] build sys: enable the decoding_encoding example under the ffmpeg/doc/ examples

Rong Yan git at videolan.org
Tue Sep 2 04:20:22 CEST 2014


ffmpeg | branch: master | Rong Yan <rongyan236 at gmail.com> | Mon Sep  1 21:46:22 2014 -0400| [6abeaf2781ce4b7c84a93904003ab60b6d64cf27] | committer: Michael Niedermayer

build sys: enable the decoding_encoding example under the ffmpeg/doc/examples

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6abeaf2781ce4b7c84a93904003ab60b6d64cf27
---

 configure    |    1 +
 doc/Makefile |    1 +
 2 files changed, 2 insertions(+)

diff --git a/configure b/configure
index b41a54f..8f0b915 100755
--- a/configure
+++ b/configure
@@ -2592,6 +2592,7 @@ zoompan_filter_deps="swscale"
 # examples
 avio_reading="avformat avcodec avutil"
 avcodec_example_deps="avcodec avutil"
+decoding_encoding_example_deps="avcodec avformat avutil"
 demuxing_decoding_example_deps="avcodec avformat avutil"
 extract_mvs_example_deps="avcodec avformat avutil"
 filter_audio_example_deps="avfilter avutil"
diff --git a/doc/Makefile b/doc/Makefile
index 2fb9058..6f2812d 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -38,6 +38,7 @@ DOCS = $(DOCS-yes)
 
 DOC_EXAMPLES-$(CONFIG_AVIO_READING_EXAMPLE)      += avio_reading
 DOC_EXAMPLES-$(CONFIG_AVCODEC_EXAMPLE)           += avcodec
+DOC_EXAMPLES-$(CONFIG_DECODING_ENCODING_EXAMPLE) += decoding_encoding
 DOC_EXAMPLES-$(CONFIG_DEMUXING_DECODING_EXAMPLE) += demuxing_decoding
 DOC_EXAMPLES-$(CONFIG_EXTRACT_MVS_EXAMPLE)       += extract_mvs
 DOC_EXAMPLES-$(CONFIG_FILTER_AUDIO_EXAMPLE)      += filter_audio



More information about the ffmpeg-cvslog mailing list