diff 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
line wrap: on
line diff
--- a/libmpdemux/demux_rtp_codec.cpp	Thu Apr 24 16:41:44 2008 +0000
+++ b/libmpdemux/demux_rtp_codec.cpp	Thu Apr 24 16:49:31 2008 +0000
@@ -6,7 +6,7 @@
 #include <limits.h>
 #include <math.h>
 #include "stheader.h"
-#include "base64.h"
+#include "libavutil/base64.h"
 }
 
 #ifdef USE_LIBAVCODEC