- 论坛徽章:
- 0
|
./configure 的最后输出如下:
Config files successfully generated by ./configure !
Install prefix: /usr/local
Data directory: /usr/local/share/mplayer
Config direct.: /usr/local/etc/mplayer
Byte order: little-endian
Optimizing for: c3-2 mmx mmxext sse mtrr
Languages:
Messages/GUI: en
Manual pages: en
Enabled optional drivers:
Input: ftp network tv-v4l2 tv-v4l tv cdda mpdvdkit2 vcd dvb
Codecs: qtx libavcodec real xanim dshow/dmo win32 faad2(internal) libmpeg2 liba52 mp3lib tremor(internal)
Audio output: alsa oss mpegpes(dvb)
Video output: xvidix cvidix vesa md5sum pnm png mpegpes(dvb) fbdev opengl dga xv x11 xover dfbmga directfb tga
Audio filters:
Disabled optional drivers:
Input: vstream tv-bsdbt848 live555 dvdread smb
Codecs: opendivx x264 xvid libdv amr_wb amr_nb faac musepack libdts libtheora speex twolame toolame libmad liblzo gif
Audio output: sgi sun openal jack polyp esd arts dxr2 nas dsound win32 sdl
Video output: winvidix bl zr zr2 dxr3 dxr2 directx sdl gif89a jpeg svga caca aa ggi xmga mga xvmc tdfx_vid s3fb tdfxfb 3dfx
Audio filters: ladspa
'config.h' and 'config.mak' contain your configuration options.
Note: If you alter theses files (for instance CFLAGS) MPlayer may no longer
compile *** DO NOT REPORT BUGS if you tweak these files ***
'make' will now compile MPlayer and 'make install' will install it.
Note: On non-Linux systems you might need to use 'gmake' instead of 'make'.
Please check mtrr settings at /proc/mtrr (see DOCS/HTML/en/video.html#mtrr)
Check configure.log if you wonder why an autodetection failed (check whether
the development headers/packages are installed).
Do not report compilation errors if you used any of the --enable-* options
(except --enable-gui and maybe --enable-debug).
If you suspect a bug, please read DOCS/HTML/en/bugreports.html.
但make时出了下面的错误提示:
mplayer.o .data+0x4e4): undefined reference to `tv_param_alsa'
collect2: ld returned 1 exit status
make: *** [mplayer] Error 1 |
|