summaryrefslogtreecommitdiff
path: root/multimedia/xdvshow (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Remove -pthread from CFLAGS for -current.Hidetoshi Shimokawa2003-09-264-7/+47
| | | | | | | - 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 workHidetoshi Shimokawa2003-08-182-0/+19
| | | | | | | | | 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 Shimokawa2003-05-136-0/+61
Reviewed by: nork Notes: svn path=/head/; revision=80892