aboutsummaryrefslogtreecommitdiffstats
path: root/main/vlc/uclibc3.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/vlc: upgrade to 2.0.0 (from testing)Natanael Copa2012-03-071-21/+23
|
* main/vlc: unbreak streaming of files to networkTimo Teräs2011-03-221-13/+0
| | | | | | | | | | The uclibc patch disabled using of monotonic clocks for pthread_cond_timedwait(). This was needed for LinuxThreads as it does not support it. However, this completely breaks the NPTL build. We really need to use the monotonic clock as that's how pthreads_condattr_init constructions our conditions. The original patch was flawed: it should have disabled the monotonic clock via other ways.
* main/vlc: moved from testingNatanael Copa2010-08-161-0/+49
fixes #240