comparison libmpdemux/demux_rtp_codec.cpp @ 26486:ee14643f03d2

#include base64.h with full path.
author diego
date Thu, 24 Apr 2008 16:49:31 +0000
parents 4cd12675cfbb
children e7c989f7a7c9
comparison
equal deleted inserted replaced
26485:5aa11f9ff625 26486:ee14643f03d2
4 #include "demux_rtp_internal.h" 4 #include "demux_rtp_internal.h"
5 extern "C" { 5 extern "C" {
6 #include <limits.h> 6 #include <limits.h>
7 #include <math.h> 7 #include <math.h>
8 #include "stheader.h" 8 #include "stheader.h"
9 #include "base64.h" 9 #include "libavutil/base64.h"
10 } 10 }
11 11
12 #ifdef USE_LIBAVCODEC 12 #ifdef USE_LIBAVCODEC
13 AVCodecParserContext * h264parserctx; 13 AVCodecParserContext * h264parserctx;
14 #endif 14 #endif