# HG changeset patch # User reimar # Date 1185812292 0 # Node ID ee2cf48d66590a7cd560dccc3475fb1eee0cad92 # Parent 70cc4846c88572555a4cab7dad2aecc03ce104cc Comment out purely debugging printf that in addition uses __FUNCTION__ which is not supported by all compilers. diff -r 70cc4846c885 -r ee2cf48d6659 vidix/nvidia_vid.c --- a/vidix/nvidia_vid.c Mon Jul 30 16:13:04 2007 +0000 +++ b/vidix/nvidia_vid.c Mon Jul 30 16:18:12 2007 +0000 @@ -995,7 +995,7 @@ static int nv_config_playback(vidix_playback_t *vinfo){ uint32_t i; - printf("called %s\n", __FUNCTION__); +// printf("called %s\n", __FUNCTION__); if (! is_supported_fourcc(vinfo->fourcc)) return ENOSYS;