summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2012-11-22 00:05:53 +0100
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2012-11-22 00:05:53 +0100
commit6c1e21e2239ec524358f819114ed9f271ffb7dc7 (patch)
tree908facecec935eea33d72cf7c2bd1a3c4f5147a5 /stream
parenta04b35013a055926ab57f60137518a204ce9e753 (diff)
downloadmpv-6c1e21e2239ec524358f819114ed9f271ffb7dc7.tar.bz2
mpv-6c1e21e2239ec524358f819114ed9f271ffb7dc7.tar.xz
stream_ftp: fix compilation with libav
Fixup commit for a04b35013a055926ab57f60137518a204ce9e753. That commit was cherry-picked from mplayer(1) and thus assumes ffmpeg.
Diffstat (limited to 'stream')
-rw-r--r--stream/stream_ftp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stream_ftp.c b/stream/stream_ftp.c
index 6879881b8e..e8e77dda3f 100644
--- a/stream/stream_ftp.c
+++ b/stream/stream_ftp.c
@@ -32,7 +32,7 @@
#include <winsock2.h>
#endif
-#include <libavutil/avutil.h>
+#include <libavutil/common.h>
#include "core/mp_msg.h"
#include "network.h"