diff options
author | Petri Hintukainen <phintuka@users.sourceforge.net> | 2012-01-18 14:41:34 +0200 |
---|---|---|
committer | Petri Hintukainen <phintuka@users.sourceforge.net> | 2012-01-18 14:41:34 +0200 |
commit | c2ffae7ba0ec07f30e1887ff7ba4612c19e2dce4 (patch) | |
tree | 9ccdcdebb322d7d5cf069eff71ebe941f40ffd33 | |
parent | cd3a4d6e8236825a7c41490782e643e6cb514763 (diff) | |
download | xine-lib-c2ffae7ba0ec07f30e1887ff7ba4612c19e2dce4.tar.gz xine-lib-c2ffae7ba0ec07f30e1887ff7ba4612c19e2dce4.tar.bz2 |
Fixed pp_context and pp_mode
-rw-r--r-- | src/combined/ffmpeg/ffmpeg_compat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/combined/ffmpeg/ffmpeg_compat.h b/src/combined/ffmpeg/ffmpeg_compat.h index 10205c84f..371b5ccdb 100644 --- a/src/combined/ffmpeg/ffmpeg_compat.h +++ b/src/combined/ffmpeg/ffmpeg_compat.h @@ -33,6 +33,7 @@ #endif #if LIBAVCODEC_VERSION_MAJOR >= 53 || (LIBAVCODEC_VERSION_MAJOR == 52 && LIBAVCODEC_VERSION_MINOR >= 32) +#else # define pp_context pp_context_t # define pp_mode pp_mode_t #endif |