From 23a8f4b731ce6a74c546798e4d334710d6bcca9a Mon Sep 17 00:00:00 2001 From: scop Date: Sun, 12 Aug 2007 14:58:22 +0000 Subject: Fix build with newish ffmpeg. --- dxr3ffmpeg.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dxr3ffmpeg.c') 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 +// Only in private headers in >= ~2007-07 ffmpeg +extern AVCodec mp2_decoder; + // ================================== //! constructor cDxr3Ffmpeg::cDxr3Ffmpeg() -- cgit v1.2.3