diff options
author | Andrew Wason <rectalogic@rectalogic.com> | 2012-06-04 14:07:15 -0400 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-06-05 03:02:41 +0200 |
commit | 1ef802d0385dda533fb22702ed21de4e9a810658 (patch) | |
tree | 969461f9ff1f154386a5b221fb437fdbdf1a5080 /doc/examples/Makefile | |
parent | 13a7bd70c8d94c5a46c14e7ac23a170b77eff52e (diff) | |
download | ffmpeg-1ef802d0385dda533fb22702ed21de4e9a810658.tar.gz |
update filtering_audio example
The filtering_audio.c example needs to be updated for the new
"abuffer" filter args.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/examples/Makefile')
-rw-r--r-- | doc/examples/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/examples/Makefile b/doc/examples/Makefile index a3d135d60b..5217d6e56a 100644 --- a/doc/examples/Makefile +++ b/doc/examples/Makefile @@ -3,7 +3,6 @@ FFMPEG_LIBS= libavdevice \ libavformat \ libavfilter \ libavcodec \ - libavresample \ libswresample \ libswscale \ libavutil \ |