X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fplayback3d.C;fp=cinelerra-5.1%2Fcinelerra%2Fplayback3d.C;h=1844f808ef3aade81a87ecdf28f54049a4f01961;hp=a7f185b51cdd7d8d3795183fb9c41c152997a5c9;hb=e620b69f6d3f1de30d8b2a16c46d7729462e5211;hpb=33aae273918725085d841a8af927bfccd2aa9364 diff --git a/cinelerra-5.1/cinelerra/playback3d.C b/cinelerra-5.1/cinelerra/playback3d.C index a7f185b5..1844f808 100644 --- a/cinelerra-5.1/cinelerra/playback3d.C +++ b/cinelerra-5.1/cinelerra/playback3d.C @@ -521,12 +521,14 @@ void Playback3D::copy_from_sync(Playback3DCommand *command) // command->frame->get_w(), // command->frame->get_h(), // command->frame->get_color_model()); -// With NVidia at least, +#ifdef GLx4 +// With NVidia at least if(w % 4) { printf("Playback3D::copy_from_sync: w=%d not supported because it is not divisible by 4.\n", w); } else +#endif // Copy to texture if(command->want_texture) {