Mercurial > mplayer.hg
comparison libmpdemux/demux_real.c @ 26069:1318e956c092
FFmpeg now uses different (unified) #include paths.
author | diego |
---|---|
date | Mon, 25 Feb 2008 15:46:36 +0000 |
parents | 382672c7480a |
children | 4617c374f752 |
comparison
equal
deleted
inserted
replaced
26068:bfada3b4c366 | 26069:1318e956c092 |
---|---|
31 | 31 |
32 #include "stream/stream.h" | 32 #include "stream/stream.h" |
33 #include "demuxer.h" | 33 #include "demuxer.h" |
34 #include "stheader.h" | 34 #include "stheader.h" |
35 | 35 |
36 #ifdef USE_LIBAVCODEC_SO | 36 #ifdef USE_LIBAVCODEC |
37 #include <ffmpeg/avcodec.h> | |
38 #elif defined(USE_LIBAVCODEC) | |
39 #include "libavcodec/avcodec.h" | 37 #include "libavcodec/avcodec.h" |
40 #else | 38 #else |
41 #define FF_INPUT_BUFFER_PADDING_SIZE 8 | 39 #define FF_INPUT_BUFFER_PADDING_SIZE 8 |
42 #endif | 40 #endif |
43 | 41 |