Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Remove -pthread from CFLAGS for -current. | Hidetoshi Shimokawa | 2003-09-26 | 2 | -3/+35 |
| | | | | | | | - Distfile has been updated(PAL support). Notes: svn path=/head/; revision=89449 | ||||
* | xdvshow uses evil busy loop in the decoding routine and it doesn't work | Hidetoshi Shimokawa | 2003-08-18 | 1 | -0/+18 |
| | | | | | | | | | as expected with some thread libraries. For an adhoc workaround for this problem, insert usleep() in the loop to force context switch. The original code should be rewritten using a conditional variable. Notes: svn path=/head/; revision=87196 | ||||
* | xdvshow is a DV/RTP viewer on X11. | Hidetoshi Shimokawa | 2003-05-13 | 2 | -0/+34 |
Reviewed by: nork Notes: svn path=/head/; revision=80892 |