mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
e434ab4552
Unfortunately I don't have actual device, so I leave it to current maintainer. Reviewed by: Alan Clegg <alan@clegg.com>(Maintainer)
21 lines
487 B
Plaintext
21 lines
487 B
Plaintext
diff -c mchip.c picturebook.fbsd/mchip.c
|
|
*** mchip.c Wed Aug 2 08:15:04 2000
|
|
--- picturebook.fbsd/mchip.c Mon Jan 1 06:18:37 2001
|
|
***************
|
|
*** 377,383 ****
|
|
|
|
delay1(MCHIP_HIC_CMD);
|
|
|
|
! printf("continuous compressed capture started\n");
|
|
}
|
|
|
|
/* read one compressed frame from the framebuffer */
|
|
--- 377,383 ----
|
|
|
|
delay1(MCHIP_HIC_CMD);
|
|
|
|
! fprintf(stderr, "continuous compressed capture started\n");
|
|
}
|
|
|
|
/* read one compressed frame from the framebuffer */
|