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

List:       helix-datatype-cvs
Subject:    [Datatype-cvs] rm/common hxalloc.cpp,1.11.78.1,1.11.78.2
From:       gwang () helixcommunity ! org
Date:       2013-10-14 2:36:23
[Download RAW message or body]

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

Modified Files:
      Tag: PRODUCER_14_0_9
	hxalloc.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: hxalloc.cpp
===================================================================
RCS file: /cvsroot/datatype/rm/common/hxalloc.cpp,v
retrieving revision 1.11.78.1
retrieving revision 1.11.78.2
diff -u -d -r1.11.78.1 -r1.11.78.2
--- hxalloc.cpp	9 Oct 2013 10:11:17 -0000	1.11.78.1
+++ hxalloc.cpp	14 Oct 2013 02:36:20 -0000	1.11.78.2
@@ -867,14 +867,14 @@
 };
 
 CHXBufferMemoryAllocator::CHXBufferMemoryAllocator(IUnknown* pContext, HXBOOL bThreadSafe)
+    : m_pContext(NULL)
 #ifndef WIN32
-    : m_pMutex(NULL)
+    , m_pMutex(NULL)
 #endif	// WIN32
     , m_bThreadSafe(bThreadSafe)
     , m_uSize(0)
     , m_Count(0)
     , m_ref(0)
-    , m_pContext(NULL)
 {
     m_pContext = pContext;
     HX_ADDREF(m_pContext);


_______________________________________________
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