# HG changeset patch # User michael # Date 1401411589 0 # Node ID 4b62802c8ad625d94b0d5a00ac3b7547a4ac6233 # Parent 153aab22df3daf5aa175f0c17b8e2525d7ee84f4 configure add CONFIG_QPELDSP to avoid breaking build Signed-off-by: Michael Niedermayer diff -r 153aab22df3d -r 4b62802c8ad6 configure --- a/configure Tue May 27 22:20:15 2014 +0000 +++ b/configure Fri May 30 00:59:49 2014 +0000 @@ -8656,6 +8656,7 @@ CONFIG_H264PRED= yes CONFIG_H264QPEL= yes CONFIG_HPELDSP = yes +CONFIG_QPELDSP = yes CONFIG_HUFFYUVDSP = yes CONFIG_HUFFYUVENCDSP = yes CONFIG_TPELDSP = yes