|
楼主 |
发表于 2004-12-18 13:50:22
|
显示全部楼层
我按照http://www.linuxsir.cn/forum.php ... p;highlight=mplayer
的方法,该了ebuild,又在USE中加了mmx2居然编译成功
但不能make install- liba52.a libmpeg2/libmpeg2.a loader/libloader.a loader/dshow/libDS_Filter.a loader/dmo/libDMO_Filter.a libaf/libaf.a libmpdemux/libmpdemux.a input/libinput.a postproc/libswscale.a osdep/libosdep.a -Llibmpdvdkit2 -lmpdvdkit libavcodec/libavcodec.a -lmad -lvorbis -logg -ldv -lfaad -lmp3lame -lvorbis -logg -lpng -lz -lz -ljpeg -lasound -ldl -lpthread /usr/lib/libxmms.so.1 -export-dynamic -lmatroska -lebml -lstdc++ -lfreetype -lz /usr/lib/live/liveMedia/libliveMedia.a /usr/lib/live/groupsock/libgroupsock.a /usr/lib/live/UsageEnvironment/libUsageEnvironment.a /usr/lib/live/BasicUsageEnvironment/libBasicUsageEnvironment.a -lstdc++ -lnsl -lungif -L/usr/lib -lfribidi -lfontconfig -lpthread -ldl -rdynamic -lm
- * Make completed [color=crimson]#看到没有,这边居然Make completed[/color]
- rm -f libpostproc.a
- ar rc libpostproc.a postprocess.o
- true libpostproc.a
- gcc -c -I../libvo -I../../libvo -I/usr/X11R6/include -march=athlon-xp -O3 -pipe -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I. -I.. -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -fomit-frame-pointer -fPIC -DPIC -I.. -I../.. -o postprocess_pic.o postprocess.c
- In file included from postprocess.c:659:
- postprocess_template.c: In function `postProcess_MMX2':
- postprocess_template.c:2872: warning: use of memory input without lvalue in asm operand 4 is deprecated
- postprocess_template.c:2872: warning: use of memory input without lvalue in asm operand 4 is deprecated
- postprocess_template.c: In function `do_a_deblock_MMX2':
- postprocess_template.c:2872: warning: use of memory input without lvalue in asm operand 4 is deprecated
- gcc -shared -Wl,-soname,libpostproc.so.0 \
- -o libpostproc.so postprocess_pic.o
- >>> Test phase [not enabled]: media-video/mplayer-1.0_pre5-r4
- >>> Install mplayer-1.0_pre5-r4 into /var/tmp/portage/mplayer-1.0_pre5-r4/image/ category media-video
- * Make install
- ############################################################
- ####### Please run ./configure again - it's changed! #######
- ############################################################
- make: *** [config.h] Error 1
- !!! ERROR: media-video/mplayer-1.0_pre5-r4 failed.
- !!! Function src_install, Line 414, Exitcode 2
- !!! Failed to install MPlayer!
- !!! If you need support, post the topmost build error, NOT this status message.
复制代码 |
|