[linphone] more arm fixes

nucleo nucleo at fedoraproject.org
Sat Jul 27 10:37:57 UTC 2013


commit 9c6ee76d22d034896cb3ce8626f618b1eb418cd1
Author: nucleo <nucleo at fedoraproject.org>
Date:   Sat Jul 27 13:37:47 2013 +0300

    more arm fixes

 linphone-3.6.1-arm.patch |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)
---
diff --git a/linphone-3.6.1-arm.patch b/linphone-3.6.1-arm.patch
index e925ce5..b852266 100644
--- a/linphone-3.6.1-arm.patch
+++ b/linphone-3.6.1-arm.patch
@@ -61,3 +61,21 @@
  
  void deinterlace_down_scale_neon(uint8_t* ysrc, uint8_t* cbcrsrc, uint8_t* ydst, uint8_t* u_dst, uint8_t* v_dst, int w, int h, int y_byte_per_row,int cbcr_byte_per_row,bool_t down_scale) {
  #ifdef __ARM_NEON__
+--- linphone-3.6.1/mediastreamer2/src/voip/videostream.c	2013-06-14 18:21:26.654950046 +0300
++++ linphone-3.6.1/mediastreamer2/src/voip/videostream.c	2013-07-27 13:36:17.176984897 +0300
+@@ -223,6 +223,7 @@
+ 	return wished_size;
+ }
+ 
++#ifndef __arm__
+ static MSVideoSize get_with_same_orientation(MSVideoSize size, MSVideoSize refsize){
+ 	if (ms_video_size_get_orientation(refsize)!=ms_video_size_get_orientation(size)){
+ 		int tmp;
+@@ -232,6 +233,7 @@
+ 	}
+ 	return size;
+ }
++#endif
+ 
+ static void configure_video_source(VideoStream *stream){
+ 	MSVideoSize vsize,cam_vsize;


More information about the scm-commits mailing list