comparison libmpdemux/demux_real.c @ 17343:b07bb7ee7ce4

include the right avcodec.h, consistently with the rest of mplayer
author nicodvb
date Sun, 08 Jan 2006 14:03:42 +0000
parents 184a3683834a
children 934380353fd6
comparison
equal deleted inserted replaced
17342:adb64d908347 17343:b07bb7ee7ce4
30 #include "stream.h" 30 #include "stream.h"
31 #include "demuxer.h" 31 #include "demuxer.h"
32 #include "stheader.h" 32 #include "stheader.h"
33 #include "bswap.h" 33 #include "bswap.h"
34 34
35 #ifdef USE_LIBAVCODEC 35 #ifdef USE_LIBAVCODEC_SO
36 #include "avcodec.h" 36 #include <ffmpeg/avcodec.h>
37 #elif defined(USE_LIBAVCODEC)
38 #include "libavcodec/avcodec.h"
37 #else 39 #else
38 #define FF_INPUT_BUFFER_PADDING_SIZE 8 40 #define FF_INPUT_BUFFER_PADDING_SIZE 8
39 #endif 41 #endif
40 42
41 //#define mp_dbg(mod,lev, args... ) mp_msg_c((mod<<8)|lev, ## args ) 43 //#define mp_dbg(mod,lev, args... ) mp_msg_c((mod<<8)|lev, ## args )