[vlc-devel] Can't compile with vlc.git after yadif update

Edward Wang edward.c.wang at compdigitec.com
Sun Nov 18 23:12:02 CET 2012


Hello,

Since commit 4f2c577453a4e687c0b1f619d3dbc9fbfa478598 "yadif: update asm 
code from ffmpeg.git" done on Thu Nov 1 09:40:36 2012 +0200, there is an 
asm error while building VLC from vlc.git:

In file included from ../../../modules/video_filter/deinterlace/yadif.h:49,
                  from 
../../../modules/video_filter/deinterlace/algo_yadif.c:48:
../../../modules/video_filter/deinterlace/yadif_template.h: In function 
‘yadif_filter_line_ssse3’:
../../../modules/video_filter/deinterlace/yadif_template.h:256: error: 
can't find a register in class ‘GENERAL_REGS’ while reloading ‘asm’
../../../modules/video_filter/deinterlace/yadif_template.h:262: error: 
can't find a register in class ‘GENERAL_REGS’ while reloading ‘asm’
../../../modules/video_filter/deinterlace/yadif_template.h:256: error: 
‘asm’ operand has impossible constraints
../../../modules/video_filter/deinterlace/yadif_template.h:256: error: 
‘asm’ operand has impossible constraints
../../../modules/video_filter/deinterlace/yadif_template.h:262: error: 
‘asm’ operand has impossible constraints
../../../modules/video_filter/deinterlace/yadif_template.h:262: error: 
‘asm’ operand has impossible constraints

gcc -v yields:

Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.4.5-8' 
--with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs 
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr 
--program-suffix=-4.4 --enable-shared --enable-multiarch 
--enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib 
--without-included-gettext --enable-threads=posix 
--with-gxx-include-dir=/usr/include/c++/4.4 --libdir=/usr/lib 
--enable-nls --enable-clocale=gnu --enable-libstdcxx-debug 
--enable-objc-gc --enable-targets=all --with-arch-32=i586 
--with-tune=generic --enable-checking=release --build=i486-linux-gnu 
--host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.4.5 (Debian 4.4.5-8)

Regards,
         Edward Wang



More information about the vlc-devel mailing list