diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2008-01-10 11:05:12 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2008-01-10 11:05:12 +0000 |
commit | 927688d6e061d6132b6ba957269e3c2a4a3bb869 (patch) | |
tree | a27c90d8892eab6328f7fbf8857cebb24b33712d /libpostproc | |
parent | f3635240b77bd838304320df4a2b84a2de94130c (diff) | |
download | ffmpeg-927688d6e061d6132b6ba957269e3c2a4a3bb869.tar.gz |
unused
Originally committed as revision 11492 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libpostproc')
-rw-r--r-- | libpostproc/postprocess_internal.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libpostproc/postprocess_internal.h b/libpostproc/postprocess_internal.h index 33768ba79b..5abd30f2ea 100644 --- a/libpostproc/postprocess_internal.h +++ b/libpostproc/postprocess_internal.h @@ -66,10 +66,6 @@ #define TEMP_NOISE_FILTER 0x100000 #define FORCE_QUANT 0x200000 -#if ( defined(__PIC__) || defined(__pic__) ) && ! defined(PIC) -# define PIC -#endif - //use if you want a faster postprocessing code //cannot differentiate between chroma & luma filters (both on or both off) //obviously the -pp option on the command line has no effect except turning the here selected |