Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerion Entrup <gerion.entrup@flump.de>2017-01-02 04:08:57 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2017-03-21 02:11:08 +0300
commit5e3a418b6047acd848698c4bb4bf0c1b73526744 (patch)
treeae1c20b1ee5cabe6b417d309af5c001246681e7a /configure
parentb7cc4eb3030b48ba21c0c5de960f89f0240cf091 (diff)
add signature filter for MPEG7 video signature
This filter does not implement all features of MPEG7. Missing features: - compression of signature files - work only on (cropped) parts of the video Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index d4cfe1accb..a9ea6986d5 100755
--- a/configure
+++ b/configure
@@ -3139,6 +3139,7 @@ showspectrum_filter_deps="avcodec"
showspectrum_filter_select="fft"
showspectrumpic_filter_deps="avcodec"
showspectrumpic_filter_select="fft"
+signature_filter_deps="gpl avcodec avformat"
smartblur_filter_deps="gpl swscale"
sofalizer_filter_deps="netcdf avcodec"
sofalizer_filter_select="fft"