* sfrase6 on Tuesday, October 12, 2010 at 18:06:17 +0000
>> gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../utils   -O3 -funroll-all-loops 
>> -ffast-math -march=nocona -mtune=nocona -g -O2 -I/sw/include -no-cpp-precomp 
>> -D_THREAD_SAFE  -Wall -Wunused -MT main.o -MD -MP -MF .deps/main.Tpo -c -o 
>> main.o main.c
>> main.c: In function ‘filter_plane_median_sse2’:
>> main.c:814: warning: unused variable ‘cnt’
>> main.c:813: warning: unused variable ‘avg’
>> main.c: In function ‘main’:
>> main.c:1332: error: PIC register ‘ebx’ clobbered in ‘asm’
>> main.c:1337: error: PIC register ‘ebx’ clobbered in ‘asm’
>> make[2]: *** [main.o] Error 1
>> make[1]: *** [all-recursive] Error 1
>> make: *** [all] Error 2
> 
> I'm not sure how to fix your particular issue, but it seems
> that there are quite a few instances of that issue in Google
> that you might want to research:
> http://www.google.com/search?q=error%3A+PIC+register+%E2%80%98ebx%E2%80%99+clobbered+in+%E2%80%98asm%E2%80%99&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a

I tried with --with-pic=no --enable-simd-accel=no but the error
persists -- apart from the fact that I probably wouldn't want to
lose the overall optimizations for a speedup in yuvdenoise.

c
-- 
  Was heißt hier Dogma, ich bin Underdogma!
[ What the hell do you mean dogma, I am underdogma. ]
free movies       --->>> http://www.blacktrash.org/underdogma
http://itunes.apple.com/podcast/underdogma-movies/id363423596

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to