mirror of https://github.com/mpv-player/mpv
Correct include path for bswap.h, patch by Carl Eugen Hoyos, cehoyos ag.or.at.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21408 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
fb8e205585
commit
ccb6adc9ef
|
@ -39,7 +39,8 @@
|
|||
|
||||
#include "fastmemcpy.h"
|
||||
#include "sub.h"
|
||||
#include "bswap.h"
|
||||
#include "libavutil/common.h"
|
||||
#include "libavutil/bswap.h"
|
||||
#include "aspect.h"
|
||||
#include "vesa_lvo.h"
|
||||
#ifdef CONFIG_VIDIX
|
||||
|
|
Loading…
Reference in New Issue