Commit 10421bcf authored by Andreas Unterweger's avatar Andreas Unterweger Committed by Anton Khirnov

Add an audio transcoding example.

Signed-off-by: 's avatarAnton Khirnov <anton@khirnov.net>
parent 92f0abb2
......@@ -1043,6 +1043,7 @@ COMPONENT_LIST="
EXAMPLE_LIST="
output_example
transcode_aac_example
"
EXTERNAL_LIBRARY_LIST="
......@@ -1952,6 +1953,7 @@ yadif_filter_deps="gpl"
# examples
output_example_deps="avcodec avformat avutil swscale"
transcode_aac_example_deps="avcodec avformat avresample"
# libraries
avcodec_deps="avutil"
......
......@@ -16,7 +16,8 @@ DOCS-$(CONFIG_TEXI2HTML) += $(HTMLPAGES)
DOCS = $(DOCS-yes)
DOC_EXAMPLES-$(CONFIG_OUTPUT_EXAMPLE) += output
ALL_DOC_EXAMPLES = output
DOC_EXAMPLES-$(CONFIG_TRANSCODE_AAC_EXAMPLE) += transcode_aac
ALL_DOC_EXAMPLES = output transcode_aac
DOC_EXAMPLES := $(DOC_EXAMPLES-yes:%=doc/examples/%$(EXESUF))
ALL_DOC_EXAMPLES := $(ALL_DOC_EXAMPLES:%=doc/examples/%$(EXESUF))
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment