diff options
author | cehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-03-16 10:25:54 +0000 |
---|---|---|
committer | cehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-03-16 10:25:54 +0000 |
commit | 151e9a83036248d70fbf4b68dfd1c62535aa30b7 (patch) | |
tree | 3de858fe10f2a2d40d1e3d0728cf85b1dc07d2ff | |
parent | 6c239f12ff690018ab7eadfcebd9d11000107024 (diff) |
Fix compilation after FFmpeg r22565.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30905 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8703,6 +8703,7 @@ CONFIG_DCT=yes CONFIG_DWT=yes CONFIG_FFT=yes CONFIG_GOLOMB=yes +CONFIG_H264DSP=yes CONFIG_LPC=yes CONFIG_LSP=yes CONFIG_MDCT=yes @@ -9221,6 +9222,7 @@ $def_yasm #define CONFIG_DWT 1 #define CONFIG_FFT 1 #define CONFIG_GOLOMB 1 +#define CONFIG_H264DSP 1 #define CONFIG_LPC 1 #define CONFIG_MDCT 1 #define CONFIG_RDFT 1 |