summaryrefslogtreecommitdiff
path: root/multimedia/vlc2/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/vlc2/patches/patch-ad')
-rw-r--r--multimedia/vlc2/patches/patch-ad24
1 files changed, 24 insertions, 0 deletions
diff --git a/multimedia/vlc2/patches/patch-ad b/multimedia/vlc2/patches/patch-ad
new file mode 100644
index 00000000000..61f425f29f3
--- /dev/null
+++ b/multimedia/vlc2/patches/patch-ad
@@ -0,0 +1,24 @@
+$NetBSD: patch-ad,v 1.1 2012/08/31 21:00:40 drochner Exp $
+
+--- modules/gui/qt4/components/interface_widgets.cpp.orig 2012-04-27 17:14:57.000000000 +0000
++++ modules/gui/qt4/components/interface_widgets.cpp
+@@ -579,8 +579,8 @@ TimeLabel::TimeLabel( intf_thread_t *_p_
+
+ bufTimer->setSingleShot( true );
+
+- CONNECT( THEMIM->getIM(), positionUpdated( float, int64_t, int ),
+- this, setDisplayPosition( float, int64_t, int ) );
++ CONNECT( THEMIM->getIM(), positionUpdated( float, putime_t, int ),
++ this, setDisplayPosition( float, putime_t, int ) );
+ CONNECT( THEMIM->getIM(), cachingChanged( float ),
+ this, updateBuffering( float ) );
+ CONNECT( bufTimer, timeout(), this, updateBuffering() );
+@@ -588,7 +588,7 @@ TimeLabel::TimeLabel( intf_thread_t *_p_
+ this->setContentsMargins( 4, 0, 4, 0 );
+ }
+
+-void TimeLabel::setDisplayPosition( float pos, int64_t t, int length )
++void TimeLabel::setDisplayPosition( float pos, putime_t t, int length )
+ {
+ showBuffering = false;
+ bufTimer->stop();