Mercurial > mplayer.hg
comparison libmpdemux/demux_viv.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 | 255b14c0bc36 |
children | 7a99d216c6b7 |
comparison
equal
deleted
inserted
replaced
17342:adb64d908347 | 17343:b07bb7ee7ce4 |
---|---|
13 #include "stream.h" | 13 #include "stream.h" |
14 #include "demuxer.h" | 14 #include "demuxer.h" |
15 #include "stheader.h" | 15 #include "stheader.h" |
16 #include "bswap.h" | 16 #include "bswap.h" |
17 | 17 |
18 #ifdef USE_LIBAVCODEC | 18 #ifdef USE_LIBAVCODEC_SO |
19 #include "avcodec.h" | 19 #include <ffmpeg/avcodec.h> |
20 #elif defined(USE_LIBAVCODEC) | |
21 #include "libavcodec/avcodec.h" | |
20 #else | 22 #else |
21 #define FF_INPUT_BUFFER_PADDING_SIZE 8 | 23 #define FF_INPUT_BUFFER_PADDING_SIZE 8 |
22 #endif | 24 #endif |
23 | 25 |
24 /* parameters ! */ | 26 /* parameters ! */ |