parent
2ba4d82c25
commit
e2827235de
@ -1 +1 @@
|
|||||||
vlc-1.1.9.tar.bz2
|
vlc-1.1.10.tar.bz2
|
||||||
|
@ -1 +1 @@
|
|||||||
06adb1848e6b87fbe1ced77ec0f91e4c vlc-1.1.9.tar.bz2
|
066cb94b1e3aa848d828121354d6be4d vlc-1.1.10.tar.bz2
|
||||||
|
@ -0,0 +1,27 @@
|
|||||||
|
diff --git a/modules/audio_output/pulse.c b/modules/audio_output/pulse.c
|
||||||
|
index 7a5ef1f..64de04d 100644
|
||||||
|
--- a/modules/audio_output/pulse.c
|
||||||
|
+++ b/modules/audio_output/pulse.c
|
||||||
|
@@ -273,7 +273,7 @@ static int Open(vlc_object_t *obj)
|
||||||
|
aout_instance_t *aout = (aout_instance_t *)obj;
|
||||||
|
|
||||||
|
#if !defined(PA_CHECK_VERSION) || !PA_CHECK_VERSION(0,9,22)
|
||||||
|
- if( !vlc_xlib_init( p_this ) )
|
||||||
|
+ if( !vlc_xlib_init( obj ) )
|
||||||
|
return VLC_EGENERIC;
|
||||||
|
#endif
|
||||||
|
|
||||||
|
diff --git a/modules/demux/avformat/demux.c b/modules/demux/avformat/demux.c
|
||||||
|
index fbb0b28..bd7c166 100644
|
||||||
|
--- a/modules/demux/avformat/demux.c
|
||||||
|
+++ b/modules/demux/avformat/demux.c
|
||||||
|
@@ -210,6 +210,9 @@ int OpenDemux( vlc_object_t *p_this )
|
||||||
|
*/
|
||||||
|
p_sys->url.is_streamed = 1;
|
||||||
|
p_sys->io.is_streamed = 1;
|
||||||
|
+#if defined(AVIO_SEEKABLE_NORMAL)
|
||||||
|
+ p_sys->io.seekable = 0;
|
||||||
|
+#endif
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in new issue