Mercurial > mplayer.hg
comparison configure @ 31329:60709ef498be
Reinstate libmpeg2 hook to export quantization
The quant value is used by the postproc filters to fine tune their application
author | lu_zero |
---|---|
date | Mon, 14 Jun 2010 08:55:32 +0000 |
parents | 22713e4fde5f |
children | 92d75e703bc0 |
comparison
equal
deleted
inserted
replaced
31328:599bf04eceeb | 31329:60709ef498be |
---|---|
8911 | 8911 |
8912 /* Enable fast OSD/SUB renderer (looks ugly, but uses less CPU power) */ | 8912 /* Enable fast OSD/SUB renderer (looks ugly, but uses less CPU power) */ |
8913 #undef FAST_OSD | 8913 #undef FAST_OSD |
8914 #undef FAST_OSD_TABLE | 8914 #undef FAST_OSD_TABLE |
8915 | 8915 |
8916 /* needed for libmpeg2 */ | 8916 /* Define this to enable MPEG-1/2 image postprocessing in libmpeg2 */ |
8917 #define MPEG12_POSTPROC 1 | |
8917 #define ATTRIBUTE_ALIGNED_MAX 16 | 8918 #define ATTRIBUTE_ALIGNED_MAX 16 |
8918 | 8919 |
8919 | 8920 |
8920 | 8921 |
8921 #define CONFIGURATION "$configuration" | 8922 #define CONFIGURATION "$configuration" |