diff options
-rw-r--r-- | HISTORY | 4 | ||||
-rw-r--r-- | dxr3ffmpeg.c | 3 |
2 files changed, 7 insertions, 0 deletions
@@ -331,3 +331,7 @@ NOTE: I havent found time to include all of the languages, will be done in pre2 - apply AC3 and WSS patches which were in patches/ in previous releases - add setup option for enabling/disabling WSS (Ville Skyttä) - various minor tweaks + +200x-xx-xx: Version x.x.x + +- Fix build with >= ~2007-07 ffmpeg (Ville Skyttä) diff --git a/dxr3ffmpeg.c b/dxr3ffmpeg.c index ce96126..73b31e4 100644 --- a/dxr3ffmpeg.c +++ b/dxr3ffmpeg.c @@ -23,6 +23,9 @@ #include "dxr3configdata.h" #include <vdr/tools.h> +// Only in private headers in >= ~2007-07 ffmpeg +extern AVCodec mp2_decoder; + // ================================== //! constructor cDxr3Ffmpeg::cDxr3Ffmpeg() |