Mercurial > mplayer.hg
comparison configure @ 33717:6ef02828040f
configure: cosmetics: Adjust comment in config.mak inclusion guard.
author | diego |
---|---|
date | Mon, 04 Jul 2011 00:36:08 +0000 |
parents | 80c636fb5753 |
children | 6673b85049fa |
comparison
equal
deleted
inserted
replaced
33716:80c636fb5753 | 33717:6ef02828040f |
---|---|
8744 # Create a config.mak for FFmpeg that includes MPlayer's config.mak. | 8744 # Create a config.mak for FFmpeg that includes MPlayer's config.mak. |
8745 cat > ffmpeg/config.mak << EOF | 8745 cat > ffmpeg/config.mak << EOF |
8746 ifndef FFMPEG_CONFIG_MAK | 8746 ifndef FFMPEG_CONFIG_MAK |
8747 FFMPEG_CONFIG_MAK = 1 | 8747 FFMPEG_CONFIG_MAK = 1 |
8748 include ../config.mak | 8748 include ../config.mak |
8749 endif # MPLAYER_CONFIG_MAK | 8749 endif # FFMPEG_CONFIG_MAK |
8750 EOF | 8750 EOF |
8751 | 8751 |
8752 cat > ffmpeg/config.h << EOF | 8752 cat > ffmpeg/config.h << EOF |
8753 #include "../config.h" | 8753 #include "../config.h" |
8754 EOF | 8754 EOF |