diff options
author | wm4 <wm4@nowhere> | 2012-11-10 16:19:50 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2012-11-12 20:08:24 +0100 |
commit | 20e9d06a2fef17a80369fd6c0b911e60c243172d (patch) | |
tree | a23028a073c735f99d189b2d06fd1a493ab86805 /compat | |
parent | 46cf722d801ecd26e9103176d9caf28867c3596c (diff) | |
download | mpv-20e9d06a2fef17a80369fd6c0b911e60c243172d.tar.bz2 mpv-20e9d06a2fef17a80369fd6c0b911e60c243172d.tar.xz |
libav.h: increase compatibility by not including libavutil/version.h
libavutil/version.h was only recently split off from
libavutil/avutil.h, and that file includes version.h anyway.
Diffstat (limited to 'compat')
-rw-r--r-- | compat/libav.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compat/libav.h b/compat/libav.h index ec6570f0f0..54f0637749 100644 --- a/compat/libav.h +++ b/compat/libav.h @@ -19,7 +19,6 @@ #ifndef MPV_LIBAV_COMPAT_H #define MPV_LIBAV_COMPAT_H -#include <libavutil/version.h> #include <libavutil/avutil.h> #include <libavutil/cpu.h> #include <libavcodec/version.h> |