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:
authorMichael Niedermayer <michaelni@gmx.at>2012-05-28 21:43:34 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-05-28 21:43:34 +0400
commitf0e39889ad4f418655e0b1bd89dade0d7143a9e3 (patch)
treeaa312de6b7fac85d786f9aad99f0c8468119a8ed /configure
parent5cd947d81b3b6dcfbb1f42e800270a4da5dbbcac (diff)
configure: add asyncts->avresample dependancy
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 4a4f659817..7c0f51b5aa 100755
--- a/configure
+++ b/configure
@@ -1676,6 +1676,7 @@ aconvert_filter_deps="swresample"
amovie_filter_deps="avcodec avformat"
aresample_filter_deps="swresample"
ass_filter_deps="libass"
+asyncts_filter_deps="avresample"
blackframe_filter_deps="gpl"
boxblur_filter_deps="gpl"
colormatrix_filter_deps="gpl"