diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-01-21 21:38:41 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-01-21 21:38:41 +0000 |
commit | b53b90261e80ea5ef2011065eef570558a38fa22 (patch) | |
tree | 0fcc82f883d2b9492e9c2c5d23ece71f6453295f /configure | |
parent | fc524828024f213a81b151e68735e66c70dbacd7 (diff) |
Fix compilation: define CONFIG_ZLIB in config.mak
Compilation without zlib untested.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21988 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7591,6 +7591,7 @@ CONFIG_FAAC=$_lavc_faac CONFIG_MP3LAME=$_lavc_mp3lame CONFIG_XVID=$_lavc_xvid CONFIG_X264=$_lavc_x264 +CONFIG_ZLIB=$_zlib CONFIG_GPL=yes CONFIG_ENCODERS=$_mencoder CONFIG_MUXERS=$_mencoder |