From f774739df9ab4fcc07d1481156a3aea176e66753 Mon Sep 17 00:00:00 2001 From: nicodvb Date: Sun, 8 Jan 2006 14:03:42 +0000 Subject: include the right avcodec.h, consistently with the rest of mplayer git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17344 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/demux_viv.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'libmpdemux/demux_viv.c') diff --git a/libmpdemux/demux_viv.c b/libmpdemux/demux_viv.c index 910a724225..e31f558ee9 100644 --- a/libmpdemux/demux_viv.c +++ b/libmpdemux/demux_viv.c @@ -15,8 +15,10 @@ #include "stheader.h" #include "bswap.h" -#ifdef USE_LIBAVCODEC -#include "avcodec.h" +#ifdef USE_LIBAVCODEC_SO +#include +#elif defined(USE_LIBAVCODEC) +#include "libavcodec/avcodec.h" #else #define FF_INPUT_BUFFER_PADDING_SIZE 8 #endif -- cgit v1.2.3