mirror of
https://github.com/mpv-player/mpv
synced 2025-03-20 10:17:31 +00:00
Consistently include config.h before mangle.h, fixes possible compilation
issues due to r28151 (using EXTERN_PREFIX). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28152 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
6ad1f58ab8
commit
18100af70f
@ -29,6 +29,7 @@
|
||||
|
||||
#define real float /* ugly - but only way */
|
||||
|
||||
#include "config.h"
|
||||
#include "mangle.h"
|
||||
|
||||
#ifdef DCT36_OPTIMIZE_FOR_K7
|
||||
|
@ -3,6 +3,7 @@
|
||||
* See ChangeLog of mpg123-0.59s-pre.1 for detail
|
||||
* Applied to mplayer by Nick Kurshev <nickols_k@mail.ru>
|
||||
*/
|
||||
#include "config.h"
|
||||
#include "mangle.h"
|
||||
#define real float /* ugly - but only way */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user