aboutsummaryrefslogtreecommitdiff
path: root/multimedia/xdvshow/files
Commit message (Collapse)AuthorAgeFilesLines
* - Remove -pthread from CFLAGS for -current.Hidetoshi Shimokawa2003-09-262-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 workHidetoshi Shimokawa2003-08-181-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 Shimokawa2003-05-132-0/+34
Reviewed by: nork Notes: svn path=/head/; revision=80892