[FFmpeg-cvslog] build: Adjust dependencies for faan(i)dct components

Diego Biurrun git at videolan.org
Thu Nov 2 01:56:54 EET 2017


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Mon Jun 12 21:33:35 2017 +0200| [7b1f9873be2f9d5aea2762c9197ff46df82768dc] | committer: Diego Biurrun

build: Adjust dependencies for faan(i)dct components

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7b1f9873be2f9d5aea2762c9197ff46df82768dc
---

 configure | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index 39157b6ec5..4450ce418d 100755
--- a/configure
+++ b/configure
@@ -1961,8 +1961,10 @@ threads_if_any="$THREADS_LIST"
 dct_select="rdft"
 dirac_parse_select="golomb"
 error_resilience_select="me_cmp"
-faandct_deps="faan fdctdsp"
-faanidct_deps="faan idctdsp"
+faandct_deps="faan"
+faandct_select="fdctdsp"
+faanidct_deps="faan"
+faanidct_select="idctdsp"
 h264dsp_select="startcode"
 hevc_ps_select="golomb"
 intrax8_select="blockdsp idctdsp"



More information about the ffmpeg-cvslog mailing list