comparison codec-cfg.c @ 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 62b57875bb28
children 3605c9777989
comparison
equal deleted inserted replaced
24932:230f1e6a7c2d 24933:4fc6e60dac36
347 mp_msg(MSGT_CODECCFG,MSGL_ERR,MSGTR_CodecLacksDriver, c->name); 347 mp_msg(MSGT_CODECCFG,MSGL_ERR,MSGTR_CodecLacksDriver, c->name);
348 return 0; 348 return 0;
349 } 349 }
350 350
351 #if 0 351 #if 0
352 #warning codec->driver == 4;... <- this shouldn't be put in here... 352 #warning codec->driver == 4;... <- this should not be put in here...
353 #warning Where are they defined ???????????? 353 #warning Where are they defined ????????????
354 if (!c->dll && (c->driver == 4 || 354 if (!c->dll && (c->driver == 4 ||
355 (c->driver == 2 && type == TYPE_VIDEO))) { 355 (c->driver == 2 && type == TYPE_VIDEO))) {
356 mp_msg(MSGT_CODECCFG,MSGL_ERR,MSGTR_CodecNeedsDLL, c->name); 356 mp_msg(MSGT_CODECCFG,MSGL_ERR,MSGTR_CodecNeedsDLL, c->name);
357 return 0; 357 return 0;