diff --git a/.gitignore b/.gitignore index 2e1f846..21b1fbe 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -vlc-1.1.9.tar.bz2 +vlc-1.1.10.tar.bz2 diff --git a/sources b/sources index c588795..614fcd1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -06adb1848e6b87fbe1ced77ec0f91e4c vlc-1.1.9.tar.bz2 +066cb94b1e3aa848d828121354d6be4d vlc-1.1.10.tar.bz2 diff --git a/vlc-1.1-backport_20110607.patch b/vlc-1.1-backport_20110607.patch new file mode 100644 index 0000000..3306db5 --- /dev/null +++ b/vlc-1.1-backport_20110607.patch @@ -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 + } + +