diff options
Diffstat (limited to 'video.c')
-rw-r--r-- | video.c | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -8859,8 +8859,12 @@ uint8_t *VideoGrab(int *size, int *width, int *height, int write_header) free(data); return rgb; - } + } else #endif + { + Warning(_("softhddev: grab unsupported\n")); + } + (void)size; (void)width; (void)height; |