Hi,
On Sat, Sep 06, 2008 at 11:39:51PM +0200, Gregoire Favre wrote:
On Mon, Sep 01, 2008 at 01:14:51PM +0200, Gregoire Favre wrote: [...]
I rarely used VDR for quiete a long time, and I wanted to try some other way : I compiled ffmpeg with icc using "-O3 -xT -gcc -mtune=core2" and that make a difference : now my CPU is almost enough for ARTE HD which wasn't the case with gcc ;-)
How have you compiled ffmpeg? Have you patched anything?
I am compiling whith ICCCFLAGS="-O3 -xP -gcc" but I am getting this error when compiling ffmpeg with icc:
icc -shared -Wl,-soname,libswscale.so.0 -L"/tmp/portage/media-video/ffmpeg-0.4.9_p20080326/work/ffmpeg"/libavutil -Wl,-O1 -rdynamic -export-dynamic -Wl,--warn-common -Wl,--as-needed -Wl,-rpath-link,"/tmp/portage/media-video/ffmpeg-0.4.9_p20080326/work/ffmpeg"/libavcodec -Wl,-rpath-link,"/tmp/portage/media-video/ffmpeg-0.4.9_p20080326/work/ffmpeg"/libavformat -Wl,-rpath-link,"/tmp/portage/media-video/ffmpeg-0.4.9_p20080326/work/ffmpeg"/libavutil -Wl,-Bsymbolic -o libswscale.so.0 rgb2rgb.o swscale.o yuv2rgb.o -lavutil -lz -pthread -lm -la52 -lfaac -lfaad -lmp3lame -lm -ltheora -logg -lvorbisenc -lvorbis -logg -lx264 -lm -lxvidcore -ldc1394_control -lraw1394 -lX11 -lXext icc: command line warning #10156: ignoring option '-export'; no argument required ipo: warning #11030: IPO link: Warning unknown option --as-needed ld: swscale.o: relocation R_X86_64_PC32 against `b5Dither' can not be used when making a shared object; recompile with -fPIC ld: final link failed: Bad value make[1]: *** [libswscale.so.0] Error 1
I am getting this error while compiling xine-lib:
demux_str.c(143): error: expected a "}" { 0x60, 0x01, 0x01, 0x80 };
Any ideas?
Thanks, Artem