summaryrefslogtreecommitdiffstats
path: root/libpostproc
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2006-07-05 20:32:19 +0000
committerLuca Barbato <lu_zero@gentoo.org>2006-07-05 20:32:19 +0000
commit24dd8c616d8f37cd5d0689e9c1f23d527945ebdc (patch)
tree041c5f71e26a43fee41dc45d19ff88d04878670d /libpostproc
parentbb428277fa747a606732e4518486086b130c9d9f (diff)
downloadffmpeg-streaming-24dd8c616d8f37cd5d0689e9c1f23d527945ebdc.zip
ffmpeg-streaming-24dd8c616d8f37cd5d0689e9c1f23d527945ebdc.tar.gz
Make ffmpeg better support pic - from Diego Pettenò <flameeyes@gentoo.org>
Originally committed as revision 5631 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libpostproc')
-rw-r--r--libpostproc/postprocess_internal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libpostproc/postprocess_internal.h b/libpostproc/postprocess_internal.h
index 90107c7..b1b15c8 100644
--- a/libpostproc/postprocess_internal.h
+++ b/libpostproc/postprocess_internal.h
@@ -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
OpenPOWER on IntegriCloud