pkgsrc/multimedia/omxplayer
skrll fa7bbe4218 Pull over two fixes from FreeBSD
SingleLock.h
Do not create copy of CCriticalSection for each CSingleLock instance

Use reference to CCriticalSection as a CSingleLock member. Otherwise
assignment operator just byte-copies content of CCriticalSection
and for each copy destructor will destroy mutex which may lead
to undefined behaviour

OMXThread.cpp
Fix order of operations on pthread attribute: init first, then modify

Bump PKGREVISION
2015-11-13 15:12:15 +00:00
..
patches Pull over two fixes from FreeBSD 2015-11-13 15:12:15 +00:00
DESCR
distinfo Pull over two fixes from FreeBSD 2015-11-13 15:12:15 +00:00
Makefile Pull over two fixes from FreeBSD 2015-11-13 15:12:15 +00:00
PLIST