[prev in list] [next in list] [prev in thread] [next in thread] 

List:       helix-datatype-cvs
Subject:    [Datatype-cvs] mp4/common gaConfig.cpp,1.7,1.7.78.1
From:       gwang () helixcommunity ! org
Date:       2013-10-14 2:35:31
[Download RAW message or body]

Update of /cvsroot/datatype/mp4/common
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv20019

Modified Files:
      Tag: PRODUCER_14_0_9
	gaConfig.cpp 
Log Message:
Synopsis
========
This CR Fix (Helix Producer Linux 64bit version) Window version complie 
bugs and some bugs in linux version.
Branch : PRODUCER_14_0_9

reviewed by: James

My Fix:
    1) Windows version compile errors 
    2) modify installation tip message to Helix Producer professional 
    3) copy script were modified for import codec library path.
    4) And a brand new version of openssl for linux centos 64bit and make 
       HLS enable in this version


Files affected:
===============
/producerapps_rn/installer/producer/copyfiles_unix.py
/producerapps_rn/installer/producer/make_tempdir
/producerapps_rn/installer/producer/platform/unix/install.sh
/datatype_rn/mpeg2/ts/hlsfilewriter/hlsfilewriter.cpp
/datatype_rn/mpeg2/ts/hlsfilewriter/unix.pcf
/datatype_rn/mpeg2/ts/hlsfilewriter/win.pcf
/datatype_rn/mpeg2/ts/filewriter/mpeg2tsfwrtr.cpp
/datatype/rm/common/hxalloc.cpp
/datatype/mp4/common/gaConfig.cpp
/common/include/hxfiles.h
/common/include/hxtypes.h
/common/include/platform.h
/client/encodesvc/plugins/transform/videotextoverlay/win.pcf


Files added:
=================
/server_rn/import/openssl/1.0.0/linux-rhel6-x86_64

Testing Performed:
=================


Unit Tests: 
   1 No

NOTE:
=================
/producerapps_rn/installer/producer/make_tempdir
    These modules which can't complie was just comment.

Leak Tests: None
Performance Tests: N/A

Platforms Tested: linux-2.6-i686

QA Hints
no


Index: gaConfig.cpp
===================================================================
RCS file: /cvsroot/datatype/mp4/common/gaConfig.cpp,v
retrieving revision 1.7
retrieving revision 1.7.78.1
diff -u -d -r1.7 -r1.7.78.1
--- gaConfig.cpp	6 May 2010 12:50:16 -0000	1.7
+++ gaConfig.cpp	14 Oct 2013 02:35:28 -0000	1.7.78.1
@@ -160,9 +160,9 @@
 	num_back_channels  = channelMapping[channelConfig][2] ;
 	num_lfe_channel_elements = channelMapping[channelConfig][3] ;
 
-	num_front_channel_elements = initChannelPairs(num_front_channels, front_element_is_cpe) ;
-	num_side_channel_elements  = initChannelPairs(num_side_channels, side_element_is_cpe) ;
-	num_back_channel_elements  = initChannelPairs(num_back_channels, back_element_is_cpe) ;
+	num_front_channel_elements = initChannelPairs((int)num_front_channels,(int*) front_element_is_cpe) ;
+	num_side_channel_elements  = initChannelPairs((int)num_side_channels, (int*)side_element_is_cpe) ;
+	num_back_channel_elements  = initChannelPairs((int)num_back_channels, (int*)back_element_is_cpe) ;
 
 	return HXR_OK ;
 }


_______________________________________________
Datatype-cvs mailing list
Datatype-cvs@helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/datatype-cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic