mirror of
https://github.com/mpv-player/mpv
synced 2025-04-11 04:01:31 +00:00
Avoid short forms; has the added benefit of allowing compilation with gcc 2.95
which complains about 'unterminated string or character constant'. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24961 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
95a30bb622
commit
e98794e2ee
@ -349,7 +349,7 @@ static int validate_codec(codecs_t *c, int type)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#if 0
|
#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 ????????????
|
#warning Where are they defined ????????????
|
||||||
if (!c->dll && (c->driver == 4 ||
|
if (!c->dll && (c->driver == 4 ||
|
||||||
(c->driver == 2 && type == TYPE_VIDEO))) {
|
(c->driver == 2 && type == TYPE_VIDEO))) {
|
||||||
|
Loading…
Reference in New Issue
Block a user