Upgrade qdvdauthor to 0.1.0. I'm excluding the vlc playback options in the Makefile for now as vlc-config in 0.8.4 is broke. I haven't made time to try out vlc-devel yet, though their subversion logs look promising. PR: ports/91370 Submitted by: Phil Oleson <oz@nixil.net>
11 lines
474 B
C++
11 lines
474 B
C++
--- qdvdauthor/log.cpp.orig Fri Dec 30 03:27:58 2005
|
|
+++ qdvdauthor/log.cpp Fri Dec 30 03:28:15 2005
|
|
@@ -83,7 +83,7 @@
|
|
log (iLogLevel, (const char *)qsLog);
|
|
}
|
|
|
|
-void Log::line (void *pObj, unsigned long iThreadID, const char *pFile, const char *pFunction, long iLine, type enLogLevel)
|
|
+void Log::line (void *pObj, pthread_t iThreadID, const char *pFile, const char *pFunction, long iLine, type enLogLevel)
|
|
{
|
|
m_cBuffer[0] = '\0';
|
|
if (enLogLevel < m_enLogLevel) {
|