diff options
author | František Dvořák <valtri@users.sourceforge.net> | 2004-07-31 18:57:45 +0000 |
---|---|---|
committer | František Dvořák <valtri@users.sourceforge.net> | 2004-07-31 18:57:45 +0000 |
commit | 8e955f1787b1ebda35897e5b5f458e2f8735b8ab (patch) | |
tree | 157adfb91b7d5a67f242f1a5704f412a389d431c /src/libffmpeg/video_decoder.c | |
parent | 40ec329706aff0c91cb0b5a8c5588ec4948d09ed (diff) | |
download | xine-lib-8e955f1787b1ebda35897e5b5f458e2f8735b8ab.tar.gz xine-lib-8e955f1787b1ebda35897e5b5f458e2f8735b8ab.tar.bz2 |
New configure option --with-external-ffmpeg[=PREFIX].
CVS patchset: 6865
CVS date: 2004/07/31 18:57:45
Diffstat (limited to 'src/libffmpeg/video_decoder.c')
-rw-r--r-- | src/libffmpeg/video_decoder.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 <postprocess.h> #define VIDEOBUFSIZE (128*1024) #define SLICE_BUFFER_SIZE (1194*1024) |