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>2010-09-25 20:43:42 +0400
committerMichael Niedermayer <michaelni@gmx.at>2010-09-25 20:43:42 +0400
commitacbac56789750361b7d623cd85a136b58ce1fc31 (patch)
treedf0c01b93a2123da2dc5b091b5eecd983247e33e /configure
parentb299c4e4d342bd7894a9fe9b805a5c0f8b6603a1 (diff)
yadif filter, based on stefanos port of my yadif from mplayer.
Compared to stefanos, 2 frame output works with ffplay. Originally committed as revision 25196 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 781b09dd95..f4e4feb16d 100755
--- a/configure
+++ b/configure
@@ -1402,6 +1402,7 @@ udp_protocol_deps="network"
# filters
ocv_smooth_filter_deps="libopencv"
+yadif_filter_deps="gpl"
# libraries
avdevice_deps="avcodec avformat"