summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-24 16:49:31 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-24 16:49:31 +0000
commit6a23615946718c027213c46701274af6a01b6528 (patch)
tree27f6e7db165dfd6814b440af491d48906e719c49
parenta2d82df9ccfc0ca12129637aeb9869489ef57a4a (diff)
downloadmpv-6a23615946718c027213c46701274af6a01b6528.tar.bz2
mpv-6a23615946718c027213c46701274af6a01b6528.tar.xz
#include base64.h with full path.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26518 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--libmpdemux/demux_rtp_codec.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpdemux/demux_rtp_codec.cpp b/libmpdemux/demux_rtp_codec.cpp
index 7f9174d6a0..33b2dc41eb 100644
--- a/libmpdemux/demux_rtp_codec.cpp
+++ b/libmpdemux/demux_rtp_codec.cpp
@@ -6,7 +6,7 @@ extern "C" {
#include <limits.h>
#include <math.h>
#include "stheader.h"
-#include "base64.h"
+#include "libavutil/base64.h"
}
#ifdef USE_LIBAVCODEC