731702fa11
To better clarify which version this packages. VideoLAN is a project of French students from the Ecole Centrale Paris and developers from all over the world. Its main goals is MPEG streaming on a network, but it also features a standalone multimedia player. The VideoLAN Server can stream video read from a hard disk, a DVD player, a satellite card or an MPEG 2 compression card, and unicast or multicast it on a network. The VideoLAN Client can read the stream from the network and display it. It can also be used to display video read locally on the computer : DVDs, VCDs, MPEG and DivX files and from a satellite card. It is multi-plaform : Linux, Windows, Mac OS X, BeOS, BSD, Solaris, QNX, iPaq... The VideoLAN Client and Server now have a full IPv6 support. This version is the last version with support for OSSv3, which is the OSS version implemented in NetBSD before NetBSD 7.
13 lines
506 B
Text
13 lines
506 B
Text
$NetBSD: patch-ah,v 1.1 2015/10/25 10:52:24 wiz Exp $
|
|
|
|
--- modules/gui/qt4/util/input_slider.cpp.orig 2012-06-07 14:38:39.000000000 +0000
|
|
+++ modules/gui/qt4/util/input_slider.cpp
|
|
@@ -122,7 +122,7 @@ void SeekSlider::setChapters( SeekPoints
|
|
* \param time Elapsed time. Unused
|
|
* \param legnth Duration time.
|
|
***/
|
|
-void SeekSlider::setPosition( float pos, int64_t time, int length )
|
|
+void SeekSlider::setPosition( float pos, putime_t time, int length )
|
|
{
|
|
VLC_UNUSED(time);
|
|
if( pos == -1.0 )
|