Re: [gentoo-dev] (media-video) ffmpeg and a52dec

2005-04-20 Thread Vibhav Garg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am getting the following error while emerging ffmpeg-0.4.9_p20050226-r3 on amd64 xvidff.c:682: error: `XVID_VOP_INTER4V' undeclared (first use in this function) xvidff.c:683: error: `XVID_VOP_HQACPRED' undeclared (first use in this function)xvidff.c

Re: [gentoo-dev] What to do with things like -fpie in CFLAGS in environment?

2005-04-15 Thread Vibhav Garg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Maurice van der Pot wrote: > On Tue, Apr 12, 2005 at 12:10:25PM -0400, Daniel Ostrow wrote: > >>Take a look at dev-libs/glib/files/glib-2.6.3-testglib-ssp.patch to see >>how solar and I dealt with a similar issue with tests and ssp. See if >>you can a

Re: [gentoo-dev] Nested die error

2005-04-14 Thread Vibhav Garg
Caleb Tennis wrote: >So it seems repoman doesn't like nested die calls like this: > >use blah && ( emake foo || die ) > > > i believe this is a question in the developer end quiz too:-) >But, without the parenthesis > >use blah && emake foo || die > >always dies (the emake functions just fine,