[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: update for wip/libdv



USE_PKGSRC_GCC=

Jeremy C. Reed wrote:
> I encountered my build problems using gcc 3.3.3 under Linux. I am not sure
> if the --disable-asm helps or not. I am not sure what it means (yet).

1. libdv uses either the code of c, or the code of assembler for an
encoding part.
And for the environment where the code of assembler cannot be used,  
"-- disable-asm" is prepared and it can avoid compiling the code of
assembler.

2. Moreover, in order to avoid the code and bug depending on the version
of gcc, 
"USE_PKGSRC_GCC=yes" is used. 
(The version of gcc of pkgsrc is 2.95.3)

--
Osamu OISHI