http://bugs.cinelerra.org/show_bug.cgi?id=279
------- Additional Comments From [EMAIL PROTECTED] 2006-10-07 21:43 -------
I noticed "bswap" in this section of quicktime/ffmpeg/libavcodec/liba52/
bitstream.h (with line numbers):
31 # if 0 && defined (__i386__)
32
33 # define swab32(x) __i386_swab32(x)
34 static inline const uint32_t __i386_swab32(uint32_t x)
35 {
36 __asm__("bswap %0" : "=r" (x) : "0" (x));
37 return x;
38 }
This makes building on PowerPC fail.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra