On Tue, Feb 05, 2013 at 01:11:40PM -0500, Daniel Kang wrote: > On Tue, Feb 5, 2013 at 1:04 PM, Luca Barbato <[email protected]> wrote: > > On 05/02/13 18:31, Daniel Kang wrote: > >> On Tue, Feb 5, 2013 at 9:16 AM, Luca Barbato <[email protected]> wrote: > >>> On 02/02/13 00:28, Daniel Kang wrote: > >>>> --- > >>>> I am very skeptical when assembly works on the first time. More testing > >>>> would be appreciated. > >>>> --- > >>>> libavcodec/x86/dsputil.asm | 159 ++++++++++++++++++++++++++++++++++++ > >>>> libavcodec/x86/dsputil_mmx.c | 185 > >>>> ++---------------------------------------- > >>>> 2 files changed, 167 insertions(+), 177 deletions(-) > >>> > >>> /usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/../../../../x86_64-pc-linux-gnu/bin/ld: > >>> libavcodec/libavcodec.a(dsputil.o): relocation R_X86_64_32 against > >>> `ff_h263_loop_filter_strength' can not be used when making a shared > >>> object; recompile with -fPIC > >>> libavcodec/libavcodec.a: could not read symbols: Bad value > >>> > >>> Looks like something is broken for x86_64. > >> > >> What configure options are you using? ./configure && make works just > >> fine with me with a clean build, on master. > > > > Here does not and it is a clean checkout with that patch on top. > > > > Which compiler are you using? > > ddkang@ddkang ~/code/libav $ gcc --version > gcc (Ubuntu/Linaro 4.7.2-2ubuntu1) 4.7.2
Works fine with gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
