|
List Info
Thread: building splay that plays mpg4 or rm files
|
|
| building splay that plays mpg4 or rm
files |

|
2006-06-01 19:17:09 |
|
Henry we are using VC7. Our target is splay, and profile is helix-client-all-defines.
with eric's checkin it get further now, but now it errors out in another place
C:\Program Files\Microsoft SDK\include\WinNT.h(104) : warning C4005: 'POINTER_64' : macro redefinition c:\Helix\common\include\hxbastsd.h(83) : see previous definition of 'POINTER_64' python C:\Helix\build\bin\pylink -basefile:..\..\..\debug\rebase.lst -basediratatype\rm\fileformat /base:0x60000000 /DLL /NOLOGO /MACHINE:i3 86 /SUBSYSTEM:windows /debug /LIBPATH:"C:\Program Files\Microsoft SDK\lib" /IMPLIBbg32\rmfformat.lib /DEF:rmfformat.def /INCREMENTAL:no /OUTbg32\r mfformat.dll dbg32\obj\platform\win\rmffplin.res dbg32\obj\plugin.obj dbg32\obj\guids.obj c:\Helix\datatype_dist\rm\fileformat\rmfflib.lib c:\Helix\d atatype_dist\rm\common\rmcomlib.lib c:\Helix\datatype_dist\rm\audio\common\racomlib.lib c:\Helix\datatype_dist\rm\video\payload\rvpyldlib.lib ..\..\..
LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library rmfflib.lib(rmvsrc.obj) : error LNK2019: unresolved external symbol "public: virtual long __stdcall CStreamInfo::QueueTypeSpecificInfo(class CBigByteG rowingQueue *)" (CStreamInfo UAGJPAVCBigByteGrowingQueue  Z">?QueueTypeSpecificInfo CStreamInfo UAGJPAVCBigByteGrowingQueue  Z) referenced in function "private: virtual long __stdcall CRMViewS ource::CreateInfoBuffer(struct IHXBuffer * &)" (CRMViewSource EAGJAAPAUIHXBuffer  Z">?CreateInfoBuffer CRMViewSource EAGJAAPAUIHXBuffer  Z) rmfflib.lib(rmvsrc.obj) : error LNK2019: unresolved external symbol "public: virtual long __stdcall CStreamInfo::AttachFileHeader(struct IHXValues *)" (CStreamInfo UAGJPAUIHXValues  Z">?AttachFileHeader CStreamInfo UAGJPAUIHXValues  Z) referenced in function "private: virtual long __stdcall CRMViewSource::CreateI
BTW I noticed that you guys post nightly build binaries on your website of trunk. What is the target, and the profile used to make those builds? And it seems to be only for linux only, and not for VC7. So no one is really making sure stuff builds for VC7 on the trunk is that a correct asssumption?
-stan
From: "Henry Ping" <ping real.com> To: angus.huang alum.mit.edu, "'Stanley Kao'" <aircow33 hotmail.com>, ehyche real.com, Helix-client-dev helixcommunity.org, Player-dev helixcommunity.org Subject: RE: building splay that plays mpg4 or rm files Date: Thu, 1 Jun 2006 12:09:43 -0700
If you're using HEAD, then you need to use VC7 on Windows.
Windows is our primiary platform, so it should build. On the other hand, there are many combination from target + profile and we are not able to cover each of them, but we can help you to solve them.
Please send us the specific errors you are having.
-->Henry
Henry/Eric,
Should this build on Windows, or has it only been tested on Linux? I am building on Windows and am still running into many build errors.
Thanks,
- Angus
From: ping real.com To: aircow33 hotmail.com; ehyche real.com; Helix-client-dev helixcommunity.org; Player-dev helixcommunity.org Date: Thu, 1 Jun 2006 11:09:34 -0700 CC: Subject: [Player-dev] RE: [Helix-client-dev] building splay that plays mpg4 or rm files
Eric is out of office today, he checked in the fix yesterday and kicked off a new build to update the distribution binaries.
You can try to build it again.
-->Henry
Hi Eric,
Did common-dev approve and checked in your fix yet? Please let me know when this check-in is done. BTW are you able to build a splay on the trunk that plays back mpeg4 or rm files?
-stan
From: "Eric Hyche" <ehyche real.com> Reply-To: ehyche real.com To: "'Stanley Kao'" <aircow33 hotmail.com>, Helix-client-dev helixcommunity.org, Player-dev helixcommunity.org Subject: RE: [Helix-client-dev] building splay that plays mpg4 or rm files Date: Tue, 30 May 2006 12:09:03 -0400 > >Stan, > >I have submitted a fix to common-dev to fix the build >buster on the HEAD when you try a debug build of >helix.bif/splay/-all-defines. Once this is done, >then you should be able to do a debug build and >figure out where your splay is going wrong. > >I'll let you know when this fix is checked in. > >Eric > > > -----Original Message----- > > From:
helix-client-dev-bounces helixcommunity.org > > [mailto:helix-client-dev-bounces helixcommunity.org] On > > Behalf Of Stanley Kao > > Sent: Friday, May 26, 2006 4:26 PM > > To: Helix-client-dev helixcommunity.org; Player-dev helixcommunity.org > > Subject: [Helix-client-dev] building splay that plays mpg4 or rm files > > > > Hello, > > > > I've been posting on this list about problems getting a > > working splay that plays mp4 or rm files on helix.bif and > > getting no reponse other than from erik hodge. He is on > > vacation until monday. He's been able to replicate this > > issue, and told me to ping someone on the codec team. But > > I've gotten no replies. Has anyone been able to build splay > > for video
playback on helix.bif? I've been blocked on this > > for about 2 weeks now, and it is really frustrating. For > > helix when people check things in what is the minimum builds > > that they run to make sure their check-in dont break the > > build. I would assume building splay in debug, release mode > > would be the basic right? > > > > -stan > > >
Crush! Zap! Destroy! Junk e-mail trembles before the might of Windows Live(tm) Mail beta. Windows Live(tm) Mail beta
|
| building splay that plays mpg4 or rm
files |

|
2006-06-01 21:06:07 |
|
| Stan,
I confirmed the error you
saw on my local build and am looking into this.
Regarding the nightly
build posted on hc.org, I agree it's good idea to post bits for Windows. Rishi
Mathew is our primary Helix support engineer, so he can respond for
this.
On the other hand, the
nightly builds posted are from Cayenne150 instead of HEAD, so they're not truly
*current* per se. Frankly, in terms of buildability on HEAD, Windows is in
much better shape than the other platforms.
-->Henry
Henry we are using VC7. Our target is splay, and profile is
helix-client-all-defines.
with eric's checkin it get
further now, but now it errors out in another place
C:\Program Files\Microsoft SDK\include\WinNT.h(104) : warning C4005:
'POINTER_64' : macro
redefinition
c:\Helix\common\include\hxbastsd.h(83) : see previous definition of
'POINTER_64' python
C:\Helix\build\bin\pylink -basefile:..\..\..\debug\rebase.lst
-basediratatype\rm\fileformat /base:0x60000000 /DLL /NOLOGO /MACHINE:i3 86
/SUBSYSTEM:windows /debug /LIBPATH:"C:\Program Files\Microsoft SDK\lib"
/IMPLIBbg32\rmfformat.lib /DEF:rmfformat.def /INCREMENTAL:no
/OUTbg32\r mfformat.dll dbg32\obj\platform\win\rmffplin.res
dbg32\obj\plugin.obj dbg32\obj\guids.obj
c:\Helix\datatype_dist\rm\fileformat\rmfflib.lib
c:\Helix\d atatype_dist\rm\common\rmcomlib.lib
c:\Helix\datatype_dist\rm\audio\common\racomlib.lib
c:\Helix\datatype_dist\rm\video\payload\rvpyldlib.lib ..\..\..
LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other
libs; use /NODEFAULTLIB:library rmfflib.lib(rmvsrc.obj) : error LNK2019:
unresolved external symbol "public: virtual long __stdcall
CStreamInfo::QueueTypeSpecificInfo(class CBigByteG rowingQueue *)" (CStreamInfo UAGJPAVCBigByteGrowingQueue  Z">?QueueTypeSpecificInfo CStreamInfo UAGJPAVCBigByteGrowingQueue  Z)
referenced in function "private: virtual long __stdcall
CRMViewS ource::CreateInfoBuffer(struct IHXBuffer * &)" (CRMViewSource EAGJAAPAUIHXBuffer  Z">?CreateInfoBuffer CRMViewSource EAGJAAPAUIHXBuffer  Z) rmfflib.lib(rmvsrc.obj)
: error LNK2019: unresolved external symbol "public: virtual long __stdcall
CStreamInfo::AttachFileHeader(struct IHXValues *)" (CStreamInfo UAGJPAUIHXValues  Z">?AttachFileHeader CStreamInfo UAGJPAUIHXValues  Z)
referenced in function "private: virtual long __stdcall
CRMViewSource::CreateI
BTW I noticed that you guys post nightly build binaries on your website of
trunk. What is the target, and the profile used to make those
builds? And it seems to be only for linux only, and not for
VC7. So no one is really making sure stuff builds for VC7 on the
trunk is that a correct asssumption?
-stan
From: "Henry Ping" <ping real.com> To:
angus.huang alum.mit.edu, "'Stanley Kao'" <aircow33 hotmail.com>,
ehyche real.com, Helix-client-dev helixcommunity.org,
Player-dev helixcommunity.org Subject: RE: building splay that
plays mpg4 or rm files Date: Thu, 1 Jun 2006 12:09:43
-0700
If you're using HEAD,
then you need to use VC7 on Windows.
Windows is our
primiary platform, so it should build. On the other hand, there are many
combination from target + profile and we are not able to cover each of them,
but we can help you to solve them.
Please send us the
specific errors you are having.
-->Henry
Henry/Eric,
Should this build on Windows, or has it
only been tested on Linux? I am building on Windows and am still running
into many build errors.
Thanks,
- Angus
From: ping real.com To: aircow33 hotmail.com; ehyche real.com;
Helix-client-dev helixcommunity.org;
Player-dev helixcommunity.org Date: Thu, 1 Jun 2006 11:09:34
-0700 CC: Subject: [Player-dev] RE: [Helix-client-dev] building
splay that plays mpg4 or rm files
Eric is out of office today, he checked in
the fix yesterday and kicked off a new build to update the distribution
binaries.
You can try to build it
again.
-->Henry
Hi Eric,
Did common-dev approve and checked in your fix yet?
Please let me know when this check-in is done. BTW are you able
to build a splay on the trunk that plays back mpeg4 or rm files?
-stan
From: "Eric Hyche"
<ehyche real.com> Reply-To: ehyche real.com To: "'Stanley
Kao'" <aircow33 hotmail.com>,
Helix-client-dev helixcommunity.org,
Player-dev helixcommunity.org Subject: RE:
[Helix-client-dev] building splay that plays mpg4 or rm
files Date: Tue, 30 May 2006 12:09:03
-0400 > >Stan, > >I have submitted a fix
to common-dev to fix the build >buster on the HEAD when you
try a debug build of >helix.bif/splay/-all-defines. Once this
is done, >then you should be able to do a debug build
and >figure out where your splay is going
wrong. > >I'll let you know when this fix is checked
in. > >Eric > > > -----Original
Message----- > > From:
helix-client-dev-bounces helixcommunity.org > >
[mailto:helix-client-dev-bounces helixcommunity.org] On > >
Behalf Of Stanley Kao > > Sent: Friday, May 26, 2006 4:26
PM > > To: Helix-client-dev helixcommunity.org;
Player-dev helixcommunity.org > > Subject:
[Helix-client-dev] building splay that plays mpg4 or rm
files > > > > Hello, > > > >
I've been posting on this list about problems getting a > >
working splay that plays mp4 or rm files on helix.bif and >
> getting no reponse other than from erik hodge. He
is on > > vacation until monday. He's been able
to replicate this > > issue, and told me to ping someone on
the codec team. But > > I've gotten no
replies. Has anyone been able to build splay >
> for video playback on helix.bif? I've been blocked
on this > > for about 2 weeks now, and it is really
frustrating. For > > helix when people check
things in what is the minimum builds > > that they run to
make sure their check-in dont break the > >
build. I would assume building splay in debug, release
mode > > would be the basic right? > > >
> -stan >
> >
Crush! Zap! Destroy! Junk e-mail trembles before the might of Windows
Live(tm) Mail beta. Windows
Live(tm) Mail beta
|
| building splay that plays mpg4 or rm
files |

|
2006-06-02 14:48:06 |
I'm trying a clean build of helix.bif/splay/-all-defines
now to see if I can repro the problem.
Eric
> -----Original Message-----
> From: Stanley Kao [mailto:aircow33 hotmail.com]
> Sent: Thursday, June 01, 2006 3:17 PM
> To: ping real.com; angus.huang alum.mit.edu; ehyche real.com;
> Helix-client-dev helixcommunity.org; Player-dev helixcommunity.org
> Subject: RE: building splay that plays mpg4 or rm files
>
> Henry we are using VC7. Our target is splay, and
profile is
> helix-client-all-defines.
>
> with eric's checkin it get further now, but now it
errors out
> in another place
>
>
>
> C:\Program Files\Microsoft SDK\include\WinNT.h(104)
: warning
> C4005: 'POINTER_64' : macro redefinition
> c:\Helix\common\include\hxbastsd.h(83) :
see previous
> definition of 'POINTER_64'
> python C:\Helix\build\bin\pylink
> -basefile:..\..\..\debug\rebase.lst
> -basediratatype\rm\fileformat /base:0x60000000 /DLL
/NOLOGO
> /MACHINE:i3
> 86 /SUBSYSTEM:windows /debug
/LIBPATH:"C:\Program
> Files\Microsoft SDK\lib"
/IMPLIBbg32\rmfformat.lib
> /DEF:rmfformat.def /INCREMENTAL:no /OUTbg32\r
> mfformat.dll dbg32\obj\platform\win\rmffplin.res
> dbg32\obj\plugin.obj dbg32\obj\guids.obj
> c:\Helix\datatype_dist\rm\fileformat\rmfflib.lib
c:\Helix\d
> atatype_dist\rm\common\rmcomlib.lib
>
c:\Helix\datatype_dist\rm\audio\common\racomlib.lib
>
c:\Helix\datatype_dist\rm\video\payload\rvpyldlib.lib
..\..\..
>
>
>
> LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts
with
> use of other libs; use /NODEFAULTLIB:library
> rmfflib.lib(rmvsrc.obj) : error LNK2019: unresolved
external
> symbol "public: virtual long __stdcall
> CStreamInfo::QueueTypeSpecificInfo(class CBigByteG
> rowingQueue *)"
> (?QueueTypeSpecificInfo CStreamInfo UAGJPAVCBigByteGrowingQue
> ue  Z) referenced in function "private: virtual
long
> __stdcall CRMViewS
> ource::CreateInfoBuffer(struct IHXBuffer *
&)"
> (?CreateInfoBuffer CRMViewSource EAGJAAPAUIHXBuffer  Z)
> rmfflib.lib(rmvsrc.obj) : error LNK2019: unresolved
external
> symbol "public: virtual long __stdcall
> CStreamInfo::AttachFileHeader(struct IHXValues
*)"
> (?AttachFileHeader CStreamInfo UAGJPAUIHXValues  Z)
> referenced in function "private: virtual long
__stdcall
> CRMViewSource::CreateI
>
>
>
>
>
> BTW I noticed that you guys post nightly build binaries
on
> your website of trunk. What is the target, and the
profile
> used to make those builds? And it seems to be only for
linux
> only, and not for VC7. So no one is really making
sure
> stuff builds for VC7 on the trunk is that a correct
asssumption?
>
>
>
> -stan
>
>
> ________________________________
>
> From: "Henry Ping" <ping real.com>
> To: angus.huang alum.mit.edu, "'Stanley
Kao'"
> <aircow33 hotmail.com>, ehyche real.com,
> Helix-client-dev helixcommunity.org, Player-dev helixcommunity.org
> Subject: RE: building splay that plays mpg4 or rm
files
> Date: Thu, 1 Jun 2006 12:09:43 -0700
>
>
> If you're using HEAD, then you need to use VC7 on
Windows.
>
> Windows is our primiary platform, so it should build.
> On the other hand, there are many combination from
target +
> profile and we are not able to cover each of them, but
we can
> help you to solve them.
>
> Please send us the specific errors you are having.
>
> -->Henry
>
> ________________________________
>
> From: Angus Huang [mailto:ahuang13 hotmail.com]
> Sent: Thursday, June 01, 2006 12:01 PM
> To: Henry Ping; 'Stanley Kao'; ehyche real.com;
> Helix-client-dev helixcommunity.org; Player-dev helixcommunity.org
> Subject: building splay that plays mpg4 or rm files
>
>
> Henry/Eric,
>
> Should this build on Windows, or has it only
> been tested on Linux? I am building on Windows and am
still
> running into many build errors.
>
> Thanks,
>
> - Angus
>
>
>
> ________________________________
>
> From: ping real.com
> To: aircow33 hotmail.com;
> ehyche real.com; Helix-client-dev helixcommunity.org;
> Player-dev helixcommunity.org
> Date: Thu, 1 Jun 2006 11:09:34 -0700
> CC:
> Subject: [Player-dev] RE:
> [Helix-client-dev] building splay that plays mpg4 or rm
files
>
>
> Eric is out of office today, he checked
> in the fix yesterday and kicked off a new build to
update the
> distribution binaries.
>
> You can try to build it again.
>
> -->Henry
>
>
> ________________________________
>
> From:
> helix-client-dev-bounces helixcommunity.org
> [mailto:helix-client-dev-bounces helixcommunity.org] On
> Behalf Of Stanley Kao
> Sent: Thursday, June 01, 2006 10:58 AM
> To: ehyche real.com;
> Helix-client-dev helixcommunity.org; Player-dev helixcommunity.org
> Subject: RE: [Helix-client-dev]
> building splay that plays mpg4 or rm files
>
>
>
> Hi Eric,
>
> Did common-dev approve and
> checked in your fix yet? Please let me know when this
> check-in is done. BTW are you able to build a splay on
the
> trunk that plays back mpeg4 or rm files?
>
> -stan
>
>
>
>
> ________________________________
>
> From: "Eric Hyche"
> <ehyche real.com>
> Reply-To: ehyche real.com
> To: "'Stanley Kao'"
> <aircow33 hotmail.com>, Helix-client-dev helixcommunity.org,
> Player-dev helixcommunity.org
> Subject: RE:
> [Helix-client-dev] building splay that plays mpg4 or rm
files
> Date: Tue, 30 May 2006
> 12:09:03 -0400
> >
> >Stan,
> >
> >I have submitted a fix
> to common-dev to fix the build
> >buster on the HEAD
> when you try a debug build of
>
> >helix.bif/splay/-all-defines. Once this is done,
> >then you should be
> able to do a debug build and
> >figure out where your
> splay is going wrong.
> >
> >I'll let you know when
> this fix is checked in.
> >
> >Eric
> >
> > > -----Original Message-----
> > > From:
> helix-client-dev-bounces helixcommunity.org
> > >
> [mailto:helix-client-dev-bounces helixcommunity.org] On
> > > Behalf Of Stanley Kao
> > > Sent: Friday, May
> 26, 2006 4:26 PM
> > > To:
> Helix-client-dev helixcommunity.org; Player-dev helixcommunity.org
> > > Subject:
> [Helix-client-dev] building splay that plays mpg4 or rm
files
> > >
> > > Hello,
> > >
> > > I've been posting
> on this list about problems getting a
> > > working splay that
> plays mp4 or rm files on helix.bif and
> > > getting no reponse
> other than from erik hodge. He is on
> > > vacation until
> monday. He's been able to replicate this
> > > issue, and told me
> to ping someone on the codec team. But
> > > I've gotten no
> replies. Has anyone been able to build splay
> > > for video playback
> on helix.bif? I've been blocked on this
> > > for about 2 weeks
> now, and it is really frustrating. For
> > > helix when people
> check things in what is the minimum builds
> > > that they run to
> make sure their check-in dont break the
> > > build. I would
> assume building splay in debug, release mode
> > > would be the basic right?
> > >
> > > -stan
> > >
> >
>
>
>
> ________________________________
>
> Crush! Zap! Destroy! Junk e-mail trembles
> before the might of Windows Live(tm) Mail beta. Windows
> Live(tm) Mail beta
> <http://www2.imagine-msn.com/minisites/mail/Default.
aspx?local
> e=en-us>
>
>
>
_______________________________________________
Helix-client-dev mailing list
Helix-client-dev helixcommunity.org
http://lists.helixcommunity.org/mailman/listinf
o/helix-client-dev
|
|
| building splay that plays mpg4 or rm
files |

|
2006-06-02 14:58:37 |
|
| This has been fixed and
dist. libs have been updated. You should be able to successfully build splay w/
helix-client-all-defines from helix.bif. I am able to play mp3 successfully with
the debug splay.
The problem has to
do with invalid dist. lib: rmcomlib.lib, there were multiple
modules output the same target(rmcomlib.lib), it confused the build
system to distribute the wrong one.
-->Henry
Henry we are using VC7. Our target is splay, and profile is
helix-client-all-defines.
with eric's checkin it get
further now, but now it errors out in another place
C:\Program Files\Microsoft SDK\include\WinNT.h(104) : warning C4005:
'POINTER_64' : macro
redefinition
c:\Helix\common\include\hxbastsd.h(83) : see previous definition of
'POINTER_64' python
C:\Helix\build\bin\pylink -basefile:..\..\..\debug\rebase.lst
-basediratatype\rm\fileformat /base:0x60000000 /DLL /NOLOGO /MACHINE:i3 86
/SUBSYSTEM:windows /debug /LIBPATH:"C:\Program Files\Microsoft SDK\lib"
/IMPLIBbg32\rmfformat.lib /DEF:rmfformat.def /INCREMENTAL:no
/OUTbg32\r mfformat.dll dbg32\obj\platform\win\rmffplin.res
dbg32\obj\plugin.obj dbg32\obj\guids.obj
c:\Helix\datatype_dist\rm\fileformat\rmfflib.lib
c:\Helix\d atatype_dist\rm\common\rmcomlib.lib
c:\Helix\datatype_dist\rm\audio\common\racomlib.lib
c:\Helix\datatype_dist\rm\video\payload\rvpyldlib.lib ..\..\..
LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other
libs; use /NODEFAULTLIB:library rmfflib.lib(rmvsrc.obj) : error LNK2019:
unresolved external symbol "public: virtual long __stdcall
CStreamInfo::QueueTypeSpecificInfo(class CBigByteG rowingQueue *)" (CStreamInfo UAGJPAVCBigByteGrowingQueue  Z">?QueueTypeSpecificInfo CStreamInfo UAGJPAVCBigByteGrowingQueue  Z)
referenced in function "private: virtual long __stdcall
CRMViewS ource::CreateInfoBuffer(struct IHXBuffer * &)" (CRMViewSource EAGJAAPAUIHXBuffer  Z">?CreateInfoBuffer CRMViewSource EAGJAAPAUIHXBuffer  Z) rmfflib.lib(rmvsrc.obj)
: error LNK2019: unresolved external symbol "public: virtual long __stdcall
CStreamInfo::AttachFileHeader(struct IHXValues *)" (CStreamInfo UAGJPAUIHXValues  Z">?AttachFileHeader CStreamInfo UAGJPAUIHXValues  Z)
referenced in function "private: virtual long __stdcall
CRMViewSource::CreateI
BTW I noticed that you guys post nightly build binaries on your website of
trunk. What is the target, and the profile used to make those
builds? And it seems to be only for linux only, and not for
VC7. So no one is really making sure stuff builds for VC7 on the
trunk is that a correct asssumption?
-stan
From: "Henry Ping" <ping real.com> To:
angus.huang alum.mit.edu, "'Stanley Kao'" <aircow33 hotmail.com>,
ehyche real.com, Helix-client-dev helixcommunity.org,
Player-dev helixcommunity.org Subject: RE: building splay that
plays mpg4 or rm files Date: Thu, 1 Jun 2006 12:09:43
-0700
If you're using HEAD,
then you need to use VC7 on Windows.
Windows is our
primiary platform, so it should build. On the other hand, there are many
combination from target + profile and we are not able to cover each of them,
but we can help you to solve them.
Please send us the
specific errors you are having.
-->Henry
Henry/Eric,
Should this build on Windows, or has it
only been tested on Linux? I am building on Windows and am still running
into many build errors.
Thanks,
- Angus
From: ping real.com To: aircow33 hotmail.com; ehyche real.com;
Helix-client-dev helixcommunity.org;
Player-dev helixcommunity.org Date: Thu, 1 Jun 2006 11:09:34
-0700 CC: Subject: [Player-dev] RE: [Helix-client-dev] building
splay that plays mpg4 or rm files
Eric is out of office today, he checked in
the fix yesterday and kicked off a new build to update the distribution
binaries.
You can try to build it
again.
-->Henry
Hi Eric,
Did common-dev approve and checked in your fix yet?
Please let me know when this check-in is done. BTW are you able
to build a splay on the trunk that plays back mpeg4 or rm files?
-stan
From: "Eric Hyche"
<ehyche real.com> Reply-To: ehyche real.com To: "'Stanley
Kao'" <aircow33 hotmail.com>,
Helix-client-dev helixcommunity.org,
Player-dev helixcommunity.org Subject: RE:
[Helix-client-dev] building splay that plays mpg4 or rm
files Date: Tue, 30 May 2006 12:09:03
-0400 > >Stan, > >I have submitted a fix
to common-dev to fix the build >buster on the HEAD when you
try a debug build of >helix.bif/splay/-all-defines. Once this
is done, >then you should be able to do a debug build
and >figure out where your splay is going
wrong. > >I'll let you know when this fix is checked
in. > >Eric > > > -----Original
Message----- > > From:
helix-client-dev-bounces helixcommunity.org > >
[mailto:helix-client-dev-bounces helixcommunity.org] On > >
Behalf Of Stanley Kao > > Sent: Friday, May 26, 2006 4:26
PM > > To: Helix-client-dev helixcommunity.org;
Player-dev helixcommunity.org > > Subject:
[Helix-client-dev] building splay that plays mpg4 or rm
files > > > > Hello, > > > >
I've been posting on this list about problems getting a > >
working splay that plays mp4 or rm files on helix.bif and >
> getting no reponse other than from erik hodge. He
is on > > vacation until monday. He's been able
to replicate this > > issue, and told me to ping someone on
the codec team. But > > I've gotten no
replies. Has anyone been able to build splay >
> for video playback on helix.bif? I've been blocked
on this > > for about 2 weeks now, and it is really
frustrating. For > > helix when people check
things in what is the minimum builds > > that they run to
make sure their check-in dont break the > >
build. I would assume building splay in debug, release
mode > > would be the basic right? > > >
> -stan >
> >
Crush! Zap! Destroy! Junk e-mail trembles before the might of Windows
Live(tm) Mail beta. Windows
Live(tm) Mail beta
|
[1-4]
|
|