[MPlayer-cvslog] r24961 - trunk/codec-cfg.c
diego
subversion at mplayerhq.hu
Sat Nov 3 23:25:52 CET 2007
Author: diego
Date: Sat Nov 3 23:25:52 2007
New Revision: 24961
Log:
Avoid short forms; has the added benefit of allowing compilation with gcc 2.95
which complains about 'unterminated string or character constant'.
Modified:
trunk/codec-cfg.c
Modified: trunk/codec-cfg.c
==============================================================================
--- trunk/codec-cfg.c (original)
+++ trunk/codec-cfg.c Sat Nov 3 23:25:52 2007
@@ -349,7 +349,7 @@ static int validate_codec(codecs_t *c, i
}
#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))) {
More information about the MPlayer-cvslog
mailing list