List Info

Thread: FW: how to build mjpeg and avi from helix cvs




FW: how to build mjpeg and avi from helix cvs
user name
2007-09-04 20:51:20
กกกกThere is still some problem for avifformat.so
กกกกWith the modification mentioned below, I can build
avifformat.so.
กกกกHowever,When I add avifformat.so to splay or
helix-player, the plug-in doesn't work.กกกก
กกกกApparently, the problem is "    if
(m_pGeneralReader->FileSubtype() != HX_MAKE4CC('A', 'V',
'I', ' '))" fail. There is some issue for little endian
or big endian. 
กกกกAfter I redefine HX_MAKE4CC to make it comply with
FileSubtype(). There will be no error output, however no
rendering output either.
กกกก
กกกกกกกก-----Original Message-----
กกกกFrom: Zhao, Halley 
กกกกSent: 2007ฤ๊9ิย3ศี 16:52
กกกกTo: Zhao, Halley
กกกกSubject: FW: [Helix-client-dev] how to build mjpeg and
avi from helix cvs
กกกกกกกก
กกกกกกกกกกกกAdd datatype_mp4_all target
กกกกกกกกกกกก
กกกกกกกกกกกก
กกกกกกกกกกกก-----Original Message-----
กกกกกกกกFrom: Zhao, Halley 
กกกกกกกกSent: 2007ฤ๊8ิย24ศี 15:48
กกกกกกกกTo: 'ehychereal.com'; helix-client-devhelixcommunity.org
กกกกกกกกCc: Shen, Cathy; Wei, Donald; Zhao, Halley
กกกกกกกกSubject: RE: [Helix-client-dev] how to build mjpeg
and avi from helix cvs
กกกกกกกกกกกก
กกกกกกกกกกกกกกกกThanks Eric.
กกกกกกกกกกกกกกกกFollow your instruction, I got some
progress:
กกกกกกกกกกกกกกกก1 . mjpeg
กกกกกกกกกกกกกกกก		Update in hxclient_1_5_0_cayenne.bif
กกกกกกกกกกกกกกกก		a) Add unix for includeplatforms:
กกกกกกกกกกกกกกกก			<includeplatforms>
กกกกกกกกกกกกกกกก            unix win32
กกกกกกกกกกกกกกกก          </includeplatforms>
กกกกกกกกกกกกกกกก		b)  Add protocol_common_util and
protocol_sdp in depend list for datattype_mjpeg_render:
กกกกกกกกกกกกกกกก       see datatype_mjpeg_renderer.txt
กกกกกกกกกกกกกกกก		c) then I can pass the build of mjpeg
plugin. But there is still a bug that the video is upside
down; the bottom line is at the top, and the top line is at
the bottom.
กกกกกกกกกกกกกกกก     d) Could anyone update the ribosome,
then I can submit a patch to fix the bug of video upside
down.
กกกกกกกกกกกก	  e) also add unix for datatype_mjpeg target
กกกกกกกกกกกกกกกก2.  avi
กกกกกกกกกกกกกกกก	  a) When I build the target
datatype_video_group, there is still no avi fileformat
plugin. And datatype_video_group is a render group for rv,
mp4, h263 etal. No fileforamt plugin included.
กกกกกกกกกกกกกกกก  b) in datatype/avi/fileformat/ there is
Umakefil, I update it to generate 
"aviffformat.so"
กกกกกกกกกกกกกกกกif
project.IsDefined("HELIX_FEATURE_SERVER"):
กกกกกกกกกกกกกกกก   
MultiTargetMake("aviffdll","avifflib")
กกกกกกกกกกกกกกกกelse:
กกกกกกกกกกกกกกกก   
MultiTargetMake("aviffdll","avifflib")
กกกกกกกกกกกก        umake.py -t release
กกกกกกกกกกกกกกกกc) I also add common_log_logutil module in
depend list of hxclient_1_5_0_cayenne.bif
กกกกกกกกกกกกกกกกsee datatype_avi_fileformat.txt
กกกกกกกกกกกกกกกกd)   we should also update the root Umakefil
for avi fileformat target to let the ribosome check out
common/log/util module like following
กกกกกกกกกกกกกกกกproject.AddSubModule('common/log/logutil/Uma
kefil', 'common/log/logutil/Makefile')
กกกกกกกกกกกกกกกก	e) Finally, I can generate avifformat.so;
however, there is still error when I use this plugin,
"Unsupported document type. (The stream URL is not a
valid AVI)".  I think I can look into the issue.
กกกกกกกกกกกกกกกก
กกกกกกกกกกกกกกกก		
กกกกกกกกกกกกกกกก>-----Original Message-----
กกกกกกกกกกกกกกกก>From: Eric Hyche [mailto:ehychereal.com]
กกกกกกกกกกกกกกกก>Sent: 2007ฤ๊8ิย23ศี 20:37
กกกกกกกกกกกกกกกก>To: Zhao, Halley; helix-client-devhelixcommunity.org
กกกกกกกกกกกกกกกก>Subject: RE: [Helix-client-dev] how to
build mjpeg and avi from helix cvs
กกกกกกกกกกกกกกกก>
กกกกกกกกกกกกกกกก>
กกกกกกกกกกกกกกกก>Halley,
กกกกกกกกกกกกกกกก>
กกกกกกกกกกกกกกกก>Regarding the mjpeg issue:
กกกกกกกกกกกกกกกก>
กกกกกกกกกกกกกกกก>1) Both the "datatype_mjpeg"
and the "datatype_mjpeg_renderer" targets
กกกกกกกกกกกกกกกก>   are listed in the
hxclient_1_5_0_cayenne.bif as win32 only:
กกกกกกกกกกกกกกกก>
กกกกกกกกกกกกกกกก>        <!-- DATATYPE/MJPEG/RENDERER 
-->
กกกกกกกกกกกกกกกก>        <module
id="datatype_mjpeg_renderer"
กกกกกกกกกกกกกกกก>name="datatype/mjpeg/renderer"
group="core">
กกกกกกกกกกกกกกกก>    	  <cvs
root="helix"/>
กกกกกกกกกกกกกกกก>          <attribute
id="has_version_file"/>
กกกกกกกกกกกกกกกก>
กกกกกกกกกกกกกกกก>          <includeplatforms>
กกกกกกกกกกกกกกกก>            win32
กกกกกกกกกกกกกกกก>          </includeplatforms>
กกกกกกกกกกกกกกกก>
กกกกกกกกกกกกกกกก>          <dependlist>
กกกกกกกกกกกกกกกก>             common_include
กกกกกกกกกกกกกกกก>             common_runtime
กกกกกกกกกกกกกกกก>             common_dbgtool
กกกกกกกกกกกกกกกก>             common_container
กกกกกกกกกกกกกกกก>             common_system
กกกกกกกกกกกกกกกก>             common_util
กกกกกกกกกกกกกกกก>             common_log_logutil
กกกกกกกกกกกกกกกก>             client_include
กกกกกกกกกกกกกกกก>             video_vidutil
กกกกกกกกกกกกกกกก>             datatype_common_vidrend
กกกกกกกกกกกกกกกก>             datatype_common_util
กกกกกกกกกกกกกกกก>             datatype_common_container
กกกกกกกกกกกกกกกก>    	 datatype_image_jpg_common
กกกกกกกกกกกกกกกก>            
datatype_image_jpg_import_jpeg-6b
กกกกกกกกกกกกกกกก>          </dependlist>
กกกกกกกกกกกกกกกก>        </module>
กกกกกกกกกกกกกกกก>
กกกกกกกกกกกกกกกก>   Notice that only "win32" is
listed in the <includeplatforms> tag.
กกกกกกกกกกกกกกกก>   However, I see no reason why anything
in datatype_mjpeg_renderer should
กกกกกกกกกกกกกกกก>   not be cross-platform. So try adding
"unix" to the <includeplatforms>
กกกกกกกกกกกกกกกก>   for both the
"datatype_mjpeg" and
"datatype_mjpeg_renderer" targets
กกกกกกกกกกกกกกกก>   and rebuild.
กกกกกกกกกกกกกกกก>
กกกกกกกกกกกกกกกก>2. Regarding datatype/avi/fileformat,
this target is normally built
กกกกกกกกกกกกกกกก>   as a static lib and then packaged
into the datatype/video/group
กกกกกกกกกกกกกกกก>   binary. Therefore, try building
datatype_video_group in
กกกกกกกกกกกกกกกก>   the same BIF file. The resulting
vidplin.so should contain
กกกกกกกกกกกกกกกก>   datatype/avi/fileformat.
กกกกกกกกกกกกกกกก>
กกกกกกกกกกกกกกกก>Hope this helps.
กกกกกกกกกกกกกกกก>
กกกกกกกกกกกกกกกก>Eric
กกกกกกกกกกกกกกกก>
กกกกกกกกกกกกกกกก>========================================
=====
กกกกกกกกกกกกกกกก>Eric Hyche (ehychereal.com)
กกกกกกกกกกกกกกกก>Technical Lead
กกกกกกกกกกกกกกกก>RealNetworks, Inc.
กกกกกกกกกกกกกกกก>
กกกกกกกกกกกกกกกก>> -----Original Message-----
กกกกกกกกกกกกกกกก>> From: helix-client-dev-bounceshelixcommunity.org
กกกกกกกกกกกกกกกก>>
[mailto:helix-client-dev-bounceshelixcommunity.org] On
กกกกกกกกกกกกกกกก>> Behalf Of Zhao, Halley
กกกกกกกกกกกกกกกก>> Sent: Thursday, August 23, 2007
2:53 AM
กกกกกกกกกกกกกกกก>> To: helix-client-devhelixcommunity.org
กกกกกกกกกกกกกกกก>> Subject: [Helix-client-dev] how to
build mjpeg and avi from helix cvs
กกกกกกกกกกกกกกกก>>
กกกกกกกกกกกกกกกก>>          I tried to get mjpeg and
avi datatype from cvs as
กกกกกกกกกกกกกกกก>> setting below, and got some
questions.
กกกกกกกกกกกกกกกก>>
กกกกกกกกกกกกกกกก>> 1.         for mjpeg
กกกกกกกกกกกกกกกก>>
กกกกกกกกกกกกกกกก>>  [0] Set BIF branch
(hxclient_1_5_0_cayenne_restricted)
กกกกกกกกกกกกกกกก>>
กกกกกกกกกกกกกกกก>> [1] Set Target(s) (datatype_mjpeg)
กกกกกกกกกกกกกกกก>>
กกกกกกกกกกกกกกกก>> [2] Set Profile
กกกกกกกกกกกกกกกก>>
(/home/zhuao/helix_cvs/build/umakepf/helix-client-all-define
s)
กกกกกกกกกกกกกกกก>>
กกกกกกกกกกกกกกกก>>
กกกกกกกกกกกกกกกก>>
กกกกกกกกกกกกกกกก>> There was error in the attached
file mjpeg-error.log, I can't
กกกกกกกกกกกกกกกก>> get the code from cvs.
กกกกกกกกกกกกกกกก>>
กกกกกกกกกกกกกกกก>>
กกกกกกกกกกกกกกกก>>
กกกกกกกกกกกกกกกก>> 2.         for avi
กกกกกกกกกกกกกกกก>>
กกกกกกกกกกกกกกกก>> [0] Set BIF branch
(hxclient_1_5_0_cayenne_restricted)
กกกกกกกกกกกกกกกก>>
กกกกกกกกกกกกกกกก>> [1] Set Target(s)
(datatype_avi_fileformat)
กกกกกกกกกกกกกกกก>>
กกกกกกกกกกกกกกกก>> [2] Set Profile
(helix-client-all-defines)
กกกกกกกกกกกกกกกก>>
กกกกกกกกกกกกกกกก>>
กกกกกกกกกกกกกกกก>>
กกกกกกกกกกกกกกกก>> When I run the build, only static
library "*.a" got, no
กกกกกกกกกกกกกกกก>> dynamic library "*.so"
for plugin
กกกกกกกกกกกกกกกก>>
กกกกกกกกกกกกกกกก>>
กกกกกกกกกกกกกกกก>>
กกกกกกกกกกกกกกกก>> Could you help me on this?
กกกกกกกกกกกกกกกก>>
กกกกกกกกกกกกกกกก>> Thanks.
กกกกกกกกกกกกกกกก>>
กกกกกกกกกกกกกกกก>>
กกกกกกกกกกกกกกกก>>
กกกกกกกกกกกกกกกก>>
กกกกกกกกกกกกกกกก>>
กกกกกกกกกกกกกกกก>> ZHAO, Halley (Aihua)
กกกกกกกกกกกกกกกก>>
กกกกกกกกกกกกกกกก>> Email: halley.zhaointel.com
<mailto:aihua.zhaointel.com>
กกกกกกกกกกกกกกกก>>
กกกกกกกกกกกกกกกก>> Tel: +86(21)61166476
กกกกกกกกกกกกกกกก>>
กกกกกกกกกกกกกกกก>> iNet: 8821-6476
กกกกกกกกกกกกกกกก>>
กกกกกกกกกกกกกกกก>> SSG/OTC/UMD
กกกกกกกกกกกกกกกก>>
กกกกกกกกกกกกกกกก>>
กกกกกกกกกกกกกกกก>>
กกกกกกกกกกกกกกกก>>

_______________________________________________
Helix-client-dev mailing list
Helix-client-devhelixcommunity.org
http://lists.helixcommunity.org/mailman/listinf
o/helix-client-dev

  
  
  
  
  
RE: how to build mjpeg and avi from helix cvs
user name
2007-09-05 20:53:09
กกกกAs describe in another letter, it has been fixed:
กกกก1. in aviffpln.cpp
กกกกAnyway, I have fixed the issue. The FileSubtype() call
GetLong() will deal with little endian or big endian.
However, the macro HX_MAKE4CC has no sense of little endian
or big endian, so I made the modification below, be sure
that there is a "space" in "AVI ".
กกกก// if (m_pGeneralReader->FileSubtype() !=
HX_MAKE4CC('A', 'V', 'I', ' '))    
กกกกif (m_pGeneralReader->FileSubtype() !=
m_pGeneralReader->GetLong("AVI "))
กกกก2. in avistrm.cpp
กกกก  M_header.ulType use integer to represent the type
string ("AVI ", "MJPEG" etc), it should
comply with the definition of AVI_VIDS_TYPE, AVI_AUDS_TYPE,
AVI_MJPG_VIDEO, etc. otherwise there will be mismatch in
judge sentence (switch). While absolute value (little or big
endian) is not important for it. Update as following:
กกกก// m_header.ulType = LE32_TO_HOST(*(UINT32*)
&buf[0]);
กกกกm_header.ulType = HX_MAKE4CC( buf[0], buf[1], buf[2],
buf[3]);
กกกกAnother solution is to redefine AVI_VIDS_TYPE,
AVI_AUDS_TYPE, AVI_MJPG_VIDEO use LE32_TO_HOST.
กกกก
กกกกI will submit a patch later.
กกกก
กกกก>-----Original Message-----
กกกก>From: helix-client-dev-bounceshelixcommunity.org
กกกก>[mailto:helix-client-dev-bounceshelixcommunity.org] On Behalf Of Zhao,
กกกก>Halley
กกกก>Sent: 2007ฤ๊9ิย5ศี 9:51
กกกก>To: helix-client-devhelixcommunity.org
กกกก>Subject: FW: [Helix-client-dev] how to build mjpeg
and avi from helix cvs
กกกก>
กกกก>กกกกThere is still some problem for avifformat.so
กกกก>กกกกWith the modification mentioned below, I can
build avifformat.so.
กกกก>กกกกHowever,When I add avifformat.so to splay or
helix-player, the plug-in
กกกก>doesn't work.
กกกก>กกกกApparently, the problem is "    if
(m_pGeneralReader->FileSubtype() !=
กกกก>HX_MAKE4CC('A', 'V', 'I', ' '))" fail. There is
some issue for little endian
กกกก>or big endian.
กกกก>กกกกAfter I redefine HX_MAKE4CC to make it comply
with FileSubtype(). There
กกกก>will be no error output, however no rendering output
either.
กกกก>
กกกก>กกกกกกกก-----Original Message-----
กกกก>กกกกFrom: Zhao, Halley
กกกก>กกกกSent: 2007ฤ๊9ิย3ศี 16:52
กกกก>กกกกTo: Zhao, Halley
กกกก>กกกกSubject: FW: [Helix-client-dev] how to build
mjpeg and avi from helix
กกกก>cvs
กกกก>
กกกก>กกกกกกกกกกกกAdd datatype_mp4_all target
กกกก>
กกกก>
กกกก>กกกกกกกกกกกก-----Original Message-----
กกกก>กกกกกกกกFrom: Zhao, Halley
กกกก>กกกกกกกกSent: 2007ฤ๊8ิย24ศี 15:48
กกกก>กกกกกกกกTo: 'ehychereal.com';
helix-client-devhelixcommunity.org
กกกก>กกกกกกกกCc: Shen, Cathy; Wei, Donald; Zhao, Halley
กกกก>กกกกกกกกSubject: RE: [Helix-client-dev] how to build
mjpeg and avi from
กกกก>helix cvs
กกกก>
กกกก>กกกกกกกกกกกกกกกกThanks Eric.
กกกก>กกกกกกกกกกกกกกกกFollow your instruction, I got some
progress:
กกกก>กกกกกกกกกกกกกกกก1 . mjpeg
กกกก>กกกกกกกกกกกกกกกก		Update in
hxclient_1_5_0_cayenne.bif
กกกก>กกกกกกกกกกกกกกกก		a) Add unix for includeplatforms:
กกกก>กกกกกกกกกกกกกกกก			<includeplatforms>
กกกก>กกกกกกกกกกกกกกกก            unix win32
กกกก>กกกกกกกกกกกกกกกก          </includeplatforms>
กกกก>กกกกกกกกกกกกกกกก		b)  Add protocol_common_util and
protocol_sdp in
กกกก>depend list for datattype_mjpeg_render:
กกกก>กกกกกกกกกกกกกกกก       see
datatype_mjpeg_renderer.txt
กกกก>กกกกกกกกกกกกกกกก		c) then I can pass the build of
mjpeg plugin. But
กกกก>there is still a bug that the video is upside down;
the bottom line is at
กกกก>the top, and the top line is at the bottom.
กกกก>กกกกกกกกกกกกกกกก     d) Could anyone update the
ribosome, then I can submit
กกกก>a patch to fix the bug of video upside down.
กกกก>กกกกกกกกกกกก	  e) also add unix for datatype_mjpeg
target
กกกก>กกกกกกกกกกกกกกกก2.  avi
กกกก>กกกกกกกกกกกกกกกก	  a) When I build the target
datatype_video_group,
กกกก>there is still no avi fileformat plugin. And
datatype_video_group is a
กกกก>render group for rv, mp4, h263 etal. No fileforamt
plugin included.
กกกก>กกกกกกกกกกกกกกกก  b) in datatype/avi/fileformat/
there is Umakefil, I
กกกก>update it to generate  "aviffformat.so"
กกกก>กกกกกกกกกกกกกกกกif
project.IsDefined("HELIX_FEATURE_SERVER"):
กกกก>กกกกกกกกกกกกกกกก   
MultiTargetMake("aviffdll","avifflib")
กกกก>กกกกกกกกกกกกกกกกelse:
กกกก>กกกกกกกกกกกกกกกก   
MultiTargetMake("aviffdll","avifflib")
กกกก>กกกกกกกกกกกก        umake.py -t release
กกกก>กกกกกกกกกกกกกกกกc) I also add common_log_logutil
module in depend list of
กกกก>hxclient_1_5_0_cayenne.bif
กกกก>กกกกกกกกกกกกกกกกsee datatype_avi_fileformat.txt
กกกก>กกกกกกกกกกกกกกกกd)   we should also update the root
Umakefil for avi
กกกก>fileformat target to let the ribosome check out
common/log/util module like
กกกก>following
กกกก>กกกกกกกกกกกกกกกกproject.AddSubModule('common/log/log
util/Umakefil',
กกกก>'common/log/logutil/Makefile')
กกกก>กกกกกกกกกกกกกกกก	e) Finally, I can generate
avifformat.so; however,
กกกก>there is still error when I use this plugin,
"Unsupported document type.
กกกก>(The stream URL is not a valid AVI)".  I think
I can look into the issue.
กกกก>
กกกก>
กกกก>กกกกกกกกกกกกกกกก>-----Original Message-----
กกกก>กกกกกกกกกกกกกกกก>From: Eric Hyche
[mailto:ehychereal.com]
กกกก>กกกกกกกกกกกกกกกก>Sent: 2007ฤ๊8ิย23ศี 20:37
กกกก>กกกกกกกกกกกกกกกก>To: Zhao, Halley;
helix-client-devhelixcommunity.org
กกกก>กกกกกกกกกกกกกกกก>Subject: RE: [Helix-client-dev]
how to build mjpeg and avi
กกกก>from helix cvs
กกกก>กกกกกกกกกกกกกกกก>
กกกก>กกกกกกกกกกกกกกกก>
กกกก>กกกกกกกกกกกกกกกก>Halley,
กกกก>กกกกกกกกกกกกกกกก>
กกกก>กกกกกกกกกกกกกกกก>Regarding the mjpeg issue:
กกกก>กกกกกกกกกกกกกกกก>
กกกก>กกกกกกกกกกกกกกกก>1) Both the
"datatype_mjpeg" and the
กกกก>"datatype_mjpeg_renderer" targets
กกกก>กกกกกกกกกกกกกกกก>   are listed in the
hxclient_1_5_0_cayenne.bif as win32
กกกก>only:
กกกก>กกกกกกกกกกกกกกกก>
กกกก>กกกกกกกกกกกกกกกก>        <!--
DATATYPE/MJPEG/RENDERER  -->
กกกก>กกกกกกกกกกกกกกกก>        <module
id="datatype_mjpeg_renderer"
กกกก>กกกกกกกกกกกกกกกก>name="datatype/mjpeg/render
er" group="core">
กกกก>กกกกกกกกกกกกกกกก>    	  <cvs
root="helix"/>
กกกก>กกกกกกกกกกกกกกกก>          <attribute
id="has_version_file"/>
กกกก>กกกกกกกกกกกกกกกก>
กกกก>กกกกกกกกกกกกกกกก>         
<includeplatforms>
กกกก>กกกกกกกกกกกกกกกก>            win32
กกกก>กกกกกกกกกกกกกกกก>         
</includeplatforms>
กกกก>กกกกกกกกกกกกกกกก>
กกกก>กกกกกกกกกกกกกกกก>          <dependlist>
กกกก>กกกกกกกกกกกกกกกก>             common_include
กกกก>กกกกกกกกกกกกกกกก>             common_runtime
กกกก>กกกกกกกกกกกกกกกก>             common_dbgtool
กกกก>กกกกกกกกกกกกกกกก>             common_container
กกกก>กกกกกกกกกกกกกกกก>             common_system
กกกก>กกกกกกกกกกกกกกกก>             common_util
กกกก>กกกกกกกกกกกกกกกก>             common_log_logutil
กกกก>กกกกกกกกกกกกกกกก>             client_include
กกกก>กกกกกกกกกกกกกกกก>             video_vidutil
กกกก>กกกกกกกกกกกกกกกก>            
datatype_common_vidrend
กกกก>กกกกกกกกกกกกกกกก>            
datatype_common_util
กกกก>กกกกกกกกกกกกกกกก>            
datatype_common_container
กกกก>กกกกกกกกกกกกกกกก>    	 datatype_image_jpg_common
กกกก>กกกกกกกกกกกกกกกก>            
datatype_image_jpg_import_jpeg-6b
กกกก>กกกกกกกกกกกกกกกก>          </dependlist>
กกกก>กกกกกกกกกกกกกกกก>        </module>
กกกก>กกกกกกกกกกกกกกกก>
กกกก>กกกกกกกกกกกกกกกก>   Notice that only
"win32" is listed in the
กกกก><includeplatforms> tag.
กกกก>กกกกกกกกกกกกกกกก>   However, I see no reason why
anything in
กกกก>datatype_mjpeg_renderer should
กกกก>กกกกกกกกกกกกกกกก>   not be cross-platform. So try
adding "unix" to the
กกกก><includeplatforms>
กกกก>กกกกกกกกกกกกกกกก>   for both the
"datatype_mjpeg" and
กกกก>"datatype_mjpeg_renderer" targets
กกกก>กกกกกกกกกกกกกกกก>   and rebuild.
กกกก>กกกกกกกกกกกกกกกก>
กกกก>กกกกกกกกกกกกกกกก>2. Regarding
datatype/avi/fileformat, this target is
กกกก>normally built
กกกก>กกกกกกกกกกกกกกกก>   as a static lib and then
packaged into the
กกกก>datatype/video/group
กกกก>กกกกกกกกกกกกกกกก>   binary. Therefore, try
building datatype_video_group
กกกก>in
กกกก>กกกกกกกกกกกกกกกก>   the same BIF file. The
resulting vidplin.so should
กกกก>contain
กกกก>กกกกกกกกกกกกกกกก>   datatype/avi/fileformat.
กกกก>กกกกกกกกกกกกกกกก>
กกกก>กกกกกกกกกกกกกกกก>Hope this helps.
กกกก>กกกกกกกกกกกกกกกก>
กกกก>กกกกกกกกกกกกกกกก>Eric
กกกก>กกกกกกกกกกกกกกกก>
กกกก>กกกกกกกกกกกกกกกก>================================
=============
กกกก>กกกกกกกกกกกกกกกก>Eric Hyche (ehychereal.com)
กกกก>กกกกกกกกกกกกกกกก>Technical Lead
กกกก>กกกกกกกกกกกกกกกก>RealNetworks, Inc.
กกกก>กกกกกกกกกกกกกกกก>
กกกก>กกกกกกกกกกกกกกกก>> -----Original Message-----
กกกก>กกกกกกกกกกกกกกกก>> From:
helix-client-dev-bounceshelixcommunity.org
กกกก>กกกกกกกกกกกกกกกก>>
[mailto:helix-client-dev-bounceshelixcommunity.org]
กกกก>On
กกกก>กกกกกกกกกกกกกกกก>> Behalf Of Zhao, Halley
กกกก>กกกกกกกกกกกกกกกก>> Sent: Thursday, August 23,
2007 2:53 AM
กกกก>กกกกกกกกกกกกกกกก>> To: helix-client-devhelixcommunity.org
กกกก>กกกกกกกกกกกกกกกก>> Subject: [Helix-client-dev]
how to build mjpeg and avi
กกกก>from helix cvs
กกกก>กกกกกกกกกกกกกกกก>>
กกกก>กกกกกกกกกกกกกกกก>>          I tried to get
mjpeg and avi datatype from cvs
กกกก>as
กกกก>กกกกกกกกกกกกกกกก>> setting below, and got some
questions.
กกกก>กกกกกกกกกกกกกกกก>>
กกกก>กกกกกกกกกกกกกกกก>> 1.         for mjpeg
กกกก>กกกกกกกกกกกกกกกก>>
กกกก>กกกกกกกกกกกกกกกก>>  [0] Set BIF branch
กกกก>(hxclient_1_5_0_cayenne_restricted)
กกกก>กกกกกกกกกกกกกกกก>>
กกกก>กกกกกกกกกกกกกกกก>> [1] Set Target(s)
(datatype_mjpeg)
กกกก>กกกกกกกกกกกกกกกก>>
กกกก>กกกกกกกกกกกกกกกก>> [2] Set Profile
กกกก>กกกกกกกกกกกกกกกก>>
กกกก>(/home/zhuao/helix_cvs/build/umakepf/helix-client-al
l-defines)
กกกก>กกกกกกกกกกกกกกกก>>
กกกก>กกกกกกกกกกกกกกกก>>
กกกก>กกกกกกกกกกกกกกกก>>
กกกก>กกกกกกกกกกกกกกกก>> There was error in the
attached file mjpeg-error.log,
กกกก>I can't
กกกก>กกกกกกกกกกกกกกกก>> get the code from cvs.
กกกก>กกกกกกกกกกกกกกกก>>
กกกก>กกกกกกกกกกกกกกกก>>
กกกก>กกกกกกกกกกกกกกกก>>
กกกก>กกกกกกกกกกกกกกกก>> 2.         for avi
กกกก>กกกกกกกกกกกกกกกก>>
กกกก>กกกกกกกกกกกกกกกก>> [0] Set BIF branch
(hxclient_1_5_0_cayenne_restricted)
กกกก>กกกกกกกกกกกกกกกก>>
กกกก>กกกกกกกกกกกกกกกก>> [1] Set Target(s)
(datatype_avi_fileformat)
กกกก>กกกกกกกกกกกกกกกก>>
กกกก>กกกกกกกกกกกกกกกก>> [2] Set Profile
(helix-client-all-defines)
กกกก>กกกกกกกกกกกกกกกก>>
กกกก>กกกกกกกกกกกกกกกก>>
กกกก>กกกกกกกกกกกกกกกก>>
กกกก>กกกกกกกกกกกกกกกก>> When I run the build, only
static library "*.a" got, no
กกกก>กกกกกกกกกกกกกกกก>> dynamic library
"*.so" for plugin
กกกก>กกกกกกกกกกกกกกกก>>
กกกก>กกกกกกกกกกกกกกกก>>
กกกก>กกกกกกกกกกกกกกกก>>
กกกก>กกกกกกกกกกกกกกกก>> Could you help me on this?
กกกก>กกกกกกกกกกกกกกกก>>
กกกก>กกกกกกกกกกกกกกกก>> Thanks.
กกกก>กกกกกกกกกกกกกกกก>>
กกกก>กกกกกกกกกกกกกกกก>>
กกกก>กกกกกกกกกกกกกกกก>>
กกกก>กกกกกกกกกกกกกกกก>>
กกกก>กกกกกกกกกกกกกกกก>>
กกกก>กกกกกกกกกกกกกกกก>> ZHAO, Halley (Aihua)
กกกก>กกกกกกกกกกกกกกกก>>
กกกก>กกกกกกกกกกกกกกกก>> Email: halley.zhaointel.com
กกกก><mailto:aihua.zhaointel.com>
กกกก>กกกกกกกกกกกกกกกก>>
กกกก>กกกกกกกกกกกกกกกก>> Tel: +86(21)61166476
กกกก>กกกกกกกกกกกกกกกก>>
กกกก>กกกกกกกกกกกกกกกก>> iNet: 8821-6476
กกกก>กกกกกกกกกกกกกกกก>>
กกกก>กกกกกกกกกกกกกกกก>> SSG/OTC/UMD
กกกก>กกกกกกกกกกกกกกกก>>
กกกก>กกกกกกกกกกกกกกกก>>
กกกก>กกกกกกกกกกกกกกกก>>
กกกก>กกกกกกกกกกกกกกกก>>

_______________________________________________
Helix-client-dev mailing list
Helix-client-devhelixcommunity.org
http://lists.helixcommunity.org/mailman/listinf
o/helix-client-dev

[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )