1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-25 16:33:02 +00:00

Add av_alias define as a hack to fix compilation of intreadwrite.h without

HAVE_AV_CONFIG_H.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30644 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2010-02-18 21:48:49 +00:00
parent 2aafb80828
commit d58a991207

1
configure vendored
View File

@ -9251,6 +9251,7 @@ $def_yasm
#endif
#define HAVE_ATTRIBUTE_MAY_ALIAS 1
#define av_alias __attribute__((may_alias))
#define HAVE_ATTRIBUTE_PACKED 1
#define HAVE_GETHRTIME 0
#define HAVE_INLINE_ASM 1