Mercurial > libpostproc.hg
changeset 7:7ebcf3d8fce1 libpostproc
Make ffmpeg better support pic - from Diego Petten <flameeyes@gentoo.org>
author | lu_zero |
---|---|
date | Wed, 05 Jul 2006 20:32:19 +0000 |
parents | 5229d34437f3 |
children | b7f4f60b088b |
files | postprocess_internal.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/postprocess_internal.h Wed Jul 05 14:09:37 2006 +0000 +++ b/postprocess_internal.h Wed Jul 05 20:32:19 2006 +0000 @@ -58,6 +58,10 @@ #define TEMP_NOISE_FILTER 0x100000 #define FORCE_QUANT 0x200000 +#if ( defined(__PIC__) || defined(__pic__) ) && ! defined(PIC) +# define PIC +#endif + //use if u want a faster postprocessing code //cant differentiate between chroma & luma filters (both on or both off) //obviosly the -pp option at the commandline has no effect except turning the here selected