From df307debf274bc2b34ad14bb5c20d4c3c67cabe0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= <u@pkh.me>
Date: Fri, 12 Dec 2014 01:45:49 +0100
Subject: [PATCH] build: add forgotten avcodec dependency in uspp

---
 configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 260497fd6a2..e2e36191e15 100755
--- a/configure
+++ b/configure
@@ -5416,6 +5416,7 @@ enabled scale_filter    && prepend avfilter_deps "swscale"
 enabled showspectrum_filter && prepend avfilter_deps "avcodec"
 enabled smartblur_filter    && prepend avfilter_deps "swscale"
 enabled subtitles_filter    && prepend avfilter_deps "avformat avcodec"
+enabled uspp_filter         && prepend avfilter_deps "avcodec"
 
 enabled lavfi_indev         && prepend avdevice_deps "avfilter"
 
-- 
GitLab