pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/multimedia/omxplayer
Module Name: pkgsrc
Committed By: skrll
Date: Fri Nov 13 15:12:15 UTC 2015
Modified Files:
pkgsrc/multimedia/omxplayer: Makefile distinfo
Added Files:
pkgsrc/multimedia/omxplayer/patches: patch-OMXThread.cpp
patch-utils_SingleLock.h
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/multimedia/omxplayer/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/multimedia/omxplayer/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/multimedia/omxplayer/patches/patch-OMXThread.cpp \
pkgsrc/multimedia/omxplayer/patches/patch-utils_SingleLock.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index