ffmpeg/libpostproc
Diego Pettenò 10ff3ff43b Make pp_help a constant pointer to constant characters, moves it partially
in .rodata (the actual string) and partially in .data.relro (the pointer),
but doesn't change ABI.
Patch by Diego 'Flameeyes' Pettenò  flameeyes at gmail com

Originally committed as revision 11390 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-04 07:47:32 +00:00
..
Makefile Declare libpostproc prerequisites directly instead of using a layer of 2007-10-30 07:54:18 +00:00
postprocess.c Make pp_help a constant pointer to constant characters, moves it partially 2008-01-04 07:47:32 +00:00
postprocess.h Make pp_help a constant pointer to constant characters, moves it partially 2008-01-04 07:47:32 +00:00
postprocess_altivec_template.c spelling 2007-12-01 22:21:04 +00:00
postprocess_internal.h Add FFMPEG_ prefix to all multiple inclusion guards. 2007-10-17 09:37:46 +00:00
postprocess_template.c