Mercurial > mplayer.hg
changeset 24933:4fc6e60dac36
Avoid short forms; has the added benefit of allowing compilation with gcc 2.95
which complains about 'unterminated string or character constant'.
author | diego |
---|---|
date | Sat, 03 Nov 2007 22:25:52 +0000 |
parents | 230f1e6a7c2d |
children | 919e3927809b |
files | codec-cfg.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/codec-cfg.c Sat Nov 03 21:12:07 2007 +0000 +++ b/codec-cfg.c Sat Nov 03 22:25:52 2007 +0000 @@ -349,7 +349,7 @@ } #if 0 -#warning codec->driver == 4;... <- this shouldn't be put in here... +#warning codec->driver == 4;... <- this should not be put in here... #warning Where are they defined ???????????? if (!c->dll && (c->driver == 4 || (c->driver == 2 && type == TYPE_VIDEO))) {