Mercurial > mplayer.hg
comparison configure @ 28045:d55bae757b4e
cosmetics: consistent CONFIG_PNM definition
author | diego |
---|---|
date | Wed, 03 Dec 2008 14:39:45 +0000 |
parents | 6b1b0fb8b5c2 |
children | 7df791e22c3f |
comparison
equal
deleted
inserted
replaced
28044:f7d5997f553d | 28045:d55bae757b4e |
---|---|
4749 | 4749 |
4750 | 4750 |
4751 | 4751 |
4752 echocheck "PNM support" | 4752 echocheck "PNM support" |
4753 if test "$_pnm" = yes; then | 4753 if test "$_pnm" = yes; then |
4754 _def_pnm="#define CONFIG_PNM" | 4754 _def_pnm="#define CONFIG_PNM 1" |
4755 _vosrc="$_vosrc vo_pnm.c" | 4755 _vosrc="$_vosrc vo_pnm.c" |
4756 _vomodules="pnm $_vomodules" | 4756 _vomodules="pnm $_vomodules" |
4757 else | 4757 else |
4758 _def_pnm="#undef CONFIG_PNM" | 4758 _def_pnm="#undef CONFIG_PNM" |
4759 _novomodules="pnm $_novomodules" | 4759 _novomodules="pnm $_novomodules" |