summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
Diffstat (limited to 'stream')
-rw-r--r--stream/http.c3
-rw-r--r--stream/realrtsp/real.c3
2 files changed, 0 insertions, 6 deletions
diff --git a/stream/http.c b/stream/http.c
index 9372cb1262..349a6c483d 100644
--- a/stream/http.c
+++ b/stream/http.c
@@ -44,9 +44,6 @@
#include "libavutil/base64.h"
#include <libavutil/avutil.h>
-#if LIBAVUTIL_VERSION_INT < AV_VERSION_INT(50, 17, 0)
-#define AV_BASE64_SIZE(x) (((x)+2) / 3 * 4 + 1)
-#endif
extern int stream_cache_size;
extern int network_bandwidth;
diff --git a/stream/realrtsp/real.c b/stream/realrtsp/real.c
index f7bd0cc5ba..3d06b4d667 100644
--- a/stream/realrtsp/real.c
+++ b/stream/realrtsp/real.c
@@ -42,9 +42,6 @@
#include "libavutil/base64.h"
#include <libavutil/avutil.h>
-#if LIBAVUTIL_VERSION_INT < AV_VERSION_INT(50, 17, 0)
-#define AV_BASE64_SIZE(x) (((x)+2) / 3 * 4 + 1)
-#endif
#include "stream/http.h"
#include "mp_msg.h"