forked from FFmpeg/FFmpeg
Add backwards-compatibility typedef for removed _t names under appropriate
version #ifdef since otherwise public API is broken. Originally committed as revision 16064 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
c3e92a6cb4
commit
8615e5a6b3
1 changed files with 2 additions and 0 deletions
|
@ -58,6 +58,8 @@ typedef void pp_context;
|
|||
typedef void pp_mode;
|
||||
|
||||
#if LIBPOSTPROC_VERSION_INT < (52<<16)
|
||||
typedef pp_context pp_context_t;
|
||||
typedef pp_mode pp_mode_t;
|
||||
extern const char *const pp_help; ///< a simple help text
|
||||
#else
|
||||
extern const char pp_help[]; ///< a simple help text
|
||||
|
|
Loading…
Add table
Reference in a new issue