mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
vlc: update to 2.2.2
Drop rdp.c patch obsoleted by upstream changes Signed-off-by: Rafaël Carré <funman@videolan.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
232d0d6df5
commit
fcb3d8912f
@@ -1,19 +0,0 @@
|
|||||||
--- a/modules/access/rdp.c 2015-10-22 19:42:24.447445250 +0000
|
|
||||||
+++ b/modules/access/rdp.c 2015-10-22 19:42:46.570445248 +0000
|
|
||||||
@@ -428,8 +428,6 @@
|
|
||||||
if ( p_sys->f_fps <= 0 ) p_sys->f_fps = 1.0;
|
|
||||||
p_sys->i_frame_interval = 1000000 / p_sys->f_fps;
|
|
||||||
|
|
||||||
- freerdp_channels_global_init();
|
|
||||||
-
|
|
||||||
p_sys->p_instance = freerdp_new();
|
|
||||||
if ( !p_sys->p_instance )
|
|
||||||
{
|
|
||||||
@@ -504,7 +502,6 @@
|
|
||||||
|
|
||||||
freerdp_disconnect( p_sys->p_instance );
|
|
||||||
freerdp_free( p_sys->p_instance );
|
|
||||||
- freerdp_channels_global_uninit();
|
|
||||||
|
|
||||||
if ( p_sys->p_block )
|
|
||||||
block_Release( p_sys->p_block );
|
|
||||||
+2
-3
@@ -11,8 +11,7 @@ SRC_URI += "file://0001-enable-subdir-objects.patch \
|
|||||||
file://0006-make-opencv-configurable.patch \
|
file://0006-make-opencv-configurable.patch \
|
||||||
file://0007-use-vorbisidec.patch \
|
file://0007-use-vorbisidec.patch \
|
||||||
file://0008-fix-luaL-checkint.patch \
|
file://0008-fix-luaL-checkint.patch \
|
||||||
file://0009-fix-rdp-module.patch \
|
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "42273945758b521c408fabc7fd6d9946"
|
SRC_URI[md5sum] = "f98d60f0f59ef72b6e3407f2ff09bda6"
|
||||||
SRC_URI[sha256sum] = "543d9d7e378ec0fa1ee2e7f7f5acf8c456c7d0ecc32037171523197ef3cf1fcb"
|
SRC_URI[sha256sum] = "9ad23128be16f9b40ed772961272cb0748ed8e4aa1bc79c129e589feebea5fb5"
|
||||||
Reference in New Issue
Block a user