Fix some libav* include statements

Fix all include statements of the form:

   #include "libav.../..."

These come from MPlayer times, when FFmpeg was somehow part of the
MPlayer build tree, and this form was needed to prefer the local files
over system FFmpeg.

In some cases, the include statement wasn't needed or could be replaced
with mpv defined symbols.
This commit is contained in:
wm4
2014-04-19 17:18:10 +02:00
parent 0cff5836c3
commit 85998f6121
8 changed files with 14 additions and 15 deletions

View File

@@ -43,7 +43,6 @@
#include "stream.h"
#include "options/m_option.h"
#include "libavutil/common.h"
#include "compat/mpbswap.h"
#include "common/msg.h"