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 <stefasab@gmail.com>2012-11-30 16:51:40 +0400
committerStefano Sabatini <stefasab@gmail.com>2012-12-06 13:09:37 +0400
commit89920387da8b1ccd5e5ca33a9d76a1e6cbd72d9a (patch)
treeacc3d2226696fa874868ac54e564270617643878 /doc/examples/Makefile
parent3ab5f7dc137438e281af19218871da71a52e21be (diff)
examples: add resampling_audio.c file
Diffstat (limited to 'doc/examples/Makefile')
-rw-r--r--doc/examples/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/examples/Makefile b/doc/examples/Makefile
index 36c949af56..c849daa6da 100644
--- a/doc/examples/Makefile
+++ b/doc/examples/Makefile
@@ -17,6 +17,7 @@ EXAMPLES= decoding_encoding \
filtering_audio \
metadata \
muxing \
+ resampling_audio \
scaling_video \
OBJS=$(addsuffix .o,$(EXAMPLES))