stream_ftp: fix compilation with libav

Fixup commit for a04b35013a. That commit was
cherry-picked from mplayer(1) and thus assumes ffmpeg.
This commit is contained in:
Stefano Pigozzi 2012-11-22 00:05:53 +01:00
parent a04b35013a
commit 6c1e21e223
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
#include <winsock2.h>
#endif
#include <libavutil/avutil.h>
#include <libavutil/common.h>
#include "core/mp_msg.h"
#include "network.h"