a8ad771dbe
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
350 B
C++
11 lines
350 B
C++
--- qdvdauthor/log.h.orig Fri Dec 30 03:28:24 2005
|
|
+++ qdvdauthor/log.h Fri Dec 30 03:28:35 2005
|
|
@@ -40,7 +40,7 @@
|
|
void log (QString);
|
|
void log (type, QString);
|
|
|
|
- void line (void *, unsigned long, const char *, const char *, long, type);
|
|
+ void line (void *, pthread_t, const char *, const char *, long, type);
|
|
private:
|
|
|
|
int m_enLogLevel;
|