search for: attribute_deprecated

Displaying 1 result from an estimated 1 matches for "attribute_deprecated".

Did you mean: dattribute_deprecated
2007 Oct 11
1
[PATCH] Fix compiler warnings that prevent compilation
Counteract incorrect use of the "deprecated" attribute in ffmpeg headers. In particular, struct AVPaletteControl is deprecated, but it's used in a non-deprecated struct AVCodecContext (as found in Fedora's ffmpeg-devel-0.4.9-0.8.20070530.fc7.x86_64). Define attribute_deprecated to an empty string until broken version of ffmpeg are too obsolete to support. Use appropriate modifiers for size_t sized arguments in printf-style format to avoid warnings on 64-bit systems. Avoid casting to (gpointer *) in SWFDEC_AS_CHECK definition. Casting to (gpointer) is sufficient and avo...