From 8e955f1787b1ebda35897e5b5f458e2f8735b8ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Sat, 31 Jul 2004 18:57:45 +0000 Subject: New configure option --with-external-ffmpeg[=PREFIX]. CVS patchset: 6865 CVS date: 2004/07/31 18:57:45 --- src/libffmpeg/video_decoder.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libffmpeg/video_decoder.c') diff --git a/src/libffmpeg/video_decoder.c b/src/libffmpeg/video_decoder.c index c1e698380..8cff6acff 100644 --- a/src/libffmpeg/video_decoder.c +++ b/src/libffmpeg/video_decoder.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_decoder.c,v 1.24 2004/07/30 19:08:48 miguelfreitas Exp $ + * $Id: video_decoder.c,v 1.25 2004/07/31 18:57:45 valtri Exp $ * * xine video decoder plugin using ffmpeg * @@ -47,7 +47,7 @@ #include "xine_decoder.h" #include "mpeg_parser.h" -#include "libavcodec/libpostproc/postprocess.h" +#include #define VIDEOBUFSIZE (128*1024) #define SLICE_BUFFER_SIZE (1194*1024) -- cgit v1.2.3