Mercurial > mplayer.hg
comparison configure @ 30847:223657410a8b
Fix compilation after FFmpeg r22522.
author | cehoyos |
---|---|
date | Sun, 14 Mar 2010 22:50:15 +0000 |
parents | 72ae3dd3aa6e |
children | 9d744b54f7f5 |
comparison
equal
deleted
inserted
replaced
30846:72ae3dd3aa6e | 30847:223657410a8b |
---|---|
8700 FULLNAME=\$(NAME)\$(BUILDSUF) | 8700 FULLNAME=\$(NAME)\$(BUILDSUF) |
8701 | 8701 |
8702 # Some FFmpeg codecs depend on these. Enable them unconditionally for now. | 8702 # Some FFmpeg codecs depend on these. Enable them unconditionally for now. |
8703 CONFIG_AANDCT=yes | 8703 CONFIG_AANDCT=yes |
8704 CONFIG_DCT=yes | 8704 CONFIG_DCT=yes |
8705 CONFIG_DWT=yes | |
8705 CONFIG_FFT=yes | 8706 CONFIG_FFT=yes |
8706 CONFIG_FFT_MMX=$fft_mmx | 8707 CONFIG_FFT_MMX=$fft_mmx |
8707 CONFIG_GOLOMB=yes | 8708 CONFIG_GOLOMB=yes |
8708 CONFIG_LPC=yes | 8709 CONFIG_LPC=yes |
8709 CONFIG_LSP=yes | 8710 CONFIG_LSP=yes |