[XviD-devel] Re: xvid & pgmpipe (fwd)

ptk9417 xvid-devel@xvid.org
Wed, 09 Oct 2002 08:18:37 -0400


Hello,

	The assembler that comes with OSx 10.2 borks at the normal gnu 
assembler syntax.. go figure.. so far.. i've made my own 
Makefile.darwinppc.. I added a #idef in xvid.c and added a new file 
list to makefile.inc.. these are all in my personal tree.. not in cvs.. 
they are no major changes.. just a few lines here and there..  The only 
altivec code that currently works for me in osx is 
/motion/ppc_asm/sad_altivec.c.. this is becuase it compiles it from 
altivec c extentions..
   if you use this file don't forget the -faltivec flag.

If you would like me yo send my files to you, just drop me a personal 
e-mail.

paul


On Monday, October 7, 2002, at 03:08  AM, Christoph Lampert wrote:

> Hi,
>
> can any of you answer this (to him directly)?
> I have no clue about Darwin...
>
> gruel
>
> ---------- Forwarded message ----------
> Date: Sun, 6 Oct 2002 14:49:59 -0700
> From: Jack D. Bates <jdb813@telus.net>
> To: Christoph Lampert <chl@math.uni-bonn.de>
> Subject: Re: xvid & pgmpipe
>
> Thanks! That's exactly what I needed...
>
> So, my next question: I am trying to build xvid on Darwin - OS X. I'm
> using GNU assembler version 1.38 and have tried building both cbp_ppc.s
> and cbp_altivec.s but the compiler barfs in both cases:
>
> [sight:src/bitstream/ppc_asm] jablko% as cbp_ppc.s -o cbp_ppc.o
> cbp_ppc.s:55:Unknown pseudo-op: .word
> cbp_ppc.s:55:Rest of line ignored. 1st junk character valued 48 (0).
> cbp_ppc.s:59:Unknown pseudo-op: .global
> cbp_ppc.s:59:Rest of line ignored. 1st junk character valued 99 (c).
> cbp_ppc.s:62:Parameter syntax error (parameter 1)
> cbp_ppc.s:64:Parameter syntax error (parameter 1)
> cbp_ppc.s:66:Parameter syntax error (parameter 1)
> cbp_ppc.s:69:Parameter syntax error (parameter 1)
> cbp_ppc.s:70:Parameter syntax error (parameter 2)
> cbp_ppc.s:72:Parameter syntax error (parameter 1)
> cbp_ppc.s:73:Parameter syntax error (parameter 1)
> cbp_ppc.s:73:Invalid mnemonic 'ha'
> cbp_ppc.s:74:Parameter syntax error (parameter 1)
> cbp_ppc.s:74:Invalid mnemonic 'l'
> cbp_ppc.s:75:Parameter syntax error (parameter 1)
> cbp_ppc.s:78:Parameter syntax error (parameter 1)
> cbp_ppc.s:79:Parameter syntax error (parameter 1)
> cbp_ppc.s:80:Parameter syntax error (parameter 1)
> cbp_ppc.s:82:Parameter syntax error (parameter 1)
> cbp_ppc.s:84:Parameter syntax error (parameter 1)
> cbp_ppc.s:87:Parameter syntax error (parameter 1)
> cbp_ppc.s:91:Parameter syntax error (parameter 1)
> cbp_ppc.s:92:Parameter syntax error (parameter 1)
> cbp_ppc.s:93:Parameter syntax error (parameter 1)
> cbp_ppc.s:95:Parameter syntax error (parameter 1)
> cbp_ppc.s:97:Parameter syntax error (parameter 1)
> [sight:src/bitstream/ppc_asm] jablko%
>
> What am I doing wrong? Thanks for your time : )
>
> Jack
> On Sun, Oct 06, 2002 at 04:23:20PM +0200, Christoph Lampert wrote:
>> Hi,
>>
>> On Sun, 6 Oct 2002, Jack D. Bates wrote:
>>>
>>> Does a tool exist to encode a pgmpipe using xvid? Thanks,
>>
>> For testing purposes, yes, it's include with XVID source,
>> called xvid_rawenc or xvid_stat in xvidcore/examples
>>
>> To create real (AVI?)-movies I'm not sure. Maybe transcode how can 
>> handle
>> this. If not, it would be easy to add an import filter for it.
>>
>> Christoph Lampert
>>
>> -- 
>> Christoph H. Lampert chl@math,uni-bonn,de | Diese Signature wurde 
>> maschi-
>> Beringstr. 6, Zi. 14, 53115 Bonn, Germany | nell erstellt und bedarf
>> Tel. (0228) 73-2948  Fax. +49 228 73-7916 | keiner Unterschrift. AZ 
>> 27B-6
>>
>>
>
> _______________________________________________
> XviD-devel mailing list
> XviD-devel@xvid.org
> http://list.xvid.org/mailman/listinfo/xvid-devel
>