# HG changeset patch # User reimar # Date 1124048194 0 # Node ID 8683e4609f3fdd3854ca8ecac6fafeaa6c522aa0 # Parent a8063634ebd1c666268387dd4b9540538b7fd543 textures smaller 64x64 might not be supported diff -r a8063634ebd1 -r 8683e4609f3f libvo/vo_gl2.c --- a/libvo/vo_gl2.c Sun Aug 14 19:24:49 2005 +0000 +++ b/libvo/vo_gl2.c Sun Aug 14 19:36:34 2005 +0000 @@ -146,13 +146,13 @@ GLint format=0; GLenum err; - /* achieve the 2**e_x:=texture_width, 2**e_y:=texture_height */ - s=1; + // textures smaller than 64x64 might not be supported + s=64; while (s