mirror of
https://github.com/mpv-player/mpv
synced 2025-03-05 05:37:37 +00:00
protect config.h from multiple iinclusion patch by (Björn Sandell <biorn at dce dot chalmers dot se>)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11361 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d1fc9448af
commit
48508f193a
5
configure
vendored
5
configure
vendored
@ -5854,6 +5854,10 @@ cat > config.h << EOF
|
||||
/* -------- This file has been automatically generated by configure ---------
|
||||
Note: Any changes in it will be lost when you run configure again. */
|
||||
|
||||
/* Protect against multiple inclusion */
|
||||
#ifndef MPLAYER_CONFIG_H
|
||||
#define MPLAYER_CONFIG_H 1
|
||||
|
||||
/* use GNU internationalization */
|
||||
$_def_i18n
|
||||
|
||||
@ -6388,6 +6392,7 @@ $_def_xshape
|
||||
#define X11_FULLSCREEN 1
|
||||
#endif
|
||||
|
||||
#endif /* MPLAYER_CONFIG_H */
|
||||
EOF
|
||||
|
||||
#############################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user