pkgsrc/multimedia/omxplayer/patches
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
..
patch-Keyboard.cpp make tty input handling work 2015-01-19 20:42:09 +00:00
patch-Keyboard.h make tty input handling work 2015-01-19 20:42:09 +00:00
patch-linux_PlatformDefs.h
patch-Makefile
patch-Makefile.include
patch-OMXControl.cpp
patch-omxplayer.cpp
patch-OMXThread.cpp Pull over two fixes from FreeBSD 2015-11-13 15:12:15 +00:00
patch-utils_SingleLock.h Pull over two fixes from FreeBSD 2015-11-13 15:12:15 +00:00