freebsd-ports/multimedia/qdvdauthor/files/patch-qdvdauthor-log.h
Edwin Groothuis a8ad771dbe [Maintainer-Update] multimedia/qdvdauthor 0.1.0
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>
2006-01-07 01:03:35 +00:00

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;