1
mirror of https://github.com/mpv-player/mpv synced 2024-08-04 14:59:58 +02:00

Use standard multiple inclusion guard.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26050 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-02-21 16:35:00 +00:00
parent 9a1c6d9d89
commit f1d416c70c

2
configure vendored
View File

@ -7874,7 +7874,7 @@ cat > $TMPH << EOF
/* Protect against multiple inclusion */
#ifndef MPLAYER_CONFIG_H
#define MPLAYER_CONFIG_H 1
#define MPLAYER_CONFIG_H
#define CONFIGURATION "$_configuration"