Mercurial > mplayer.hg
comparison configure @ 29739:334fa89cf7c4
Add CONFIG_LPC to config.mak (needed by FFmpeg).
author | diego |
---|---|
date | Mon, 19 Oct 2009 09:10:27 +0000 |
parents | d2e01d720218 |
children | d7ae3ef2c189 |
comparison
equal
deleted
inserted
replaced
29738:e66e3a35a045 | 29739:334fa89cf7c4 |
---|---|
8915 | 8915 |
8916 /* Some FFmpeg codecs depend on these. Enable them unconditionally for now. */ | 8916 /* Some FFmpeg codecs depend on these. Enable them unconditionally for now. */ |
8917 #define CONFIG_AANDCT 1 | 8917 #define CONFIG_AANDCT 1 |
8918 #define CONFIG_FFT 1 | 8918 #define CONFIG_FFT 1 |
8919 #define CONFIG_GOLOMB 1 | 8919 #define CONFIG_GOLOMB 1 |
8920 #define CONFIG_LPC 1 | |
8920 #define CONFIG_MDCT 1 | 8921 #define CONFIG_MDCT 1 |
8921 #define CONFIG_RDFT 1 | 8922 #define CONFIG_RDFT 1 |
8922 | 8923 |
8923 /* Use these registers in FFmpeg x86 inline asm. No proper detection yet. */ | 8924 /* Use these registers in FFmpeg x86 inline asm. No proper detection yet. */ |
8924 $def_ebx_available | 8925 $def_ebx_available |