|
用rpm包可以安装,但是没有wmv的解码器.原码包里包括win32包,但是编译不成功.大家看看输出.帮忙呀.另外怎么让xine播放wmv,我有mplayer的win32包,但怎么让xine用呢?
xine-lib summary:
----------------
* input plugins:
- file - net
- stdin_fifo - rtp
- http - mms
- pnm - rtsp
- dvb
- dvd (internal libs)
- vcd (internal libs)
- vcdo
- cdda
- gnome-vfs
- v4l
- smbclient
* demultiplexer plugins:
- avi - mpeg
- mpeg_block - mpeg_audio
- mpeg_elem - mpeg_pes
- mpeg_ts - qt/mpeg-4
- film - roq
- fli - smjpeg
- idcin - wav
- wc3 mve - voc
- vqa - aiff
- cdda - snd/au
- yuv4mpeg2 - real/realaudio
- ea wve - raw dv
- interplay mve - psx str
- ws aud - pva
- vox - nsf
- nsv - 4xm
- aac
- iff - matroska
- vmd - flv
- asf
- ogg
- mng
- ac3 (internal library)
* video decoder plugins:
- MPEG 1,2 - Amiga Bitplane
- Raw RGB - Raw YUV
- ffmpeg (internal library):
- MPEG-4 (ISO, Microsoft, DivX*, XviD)
- Creative YUV - Motion JPEG
- Cinepak - MS Video-1
- FLI/FLC - MS RLE
- Id RoQ - Id Cin
- Apple Graphics - Apple Video
- Apple Animation - Interplay Video
- Westwood VQA - Origin Xan
- H.263 - Intel Indeo 3
- SVQ1 - SVQ3
- Real Video 1.0 - Real Video 2.0
- 4X Video - Sierra Video
- Asus v1/v2 - HuffYUV
- On2 VP3 - DV
- 8BPS - Duck TrueMotion v1
- ATI VCR1 - Flash Video
- ZLIB - MSZH
- dxr3_video
- image
- gdk-pixbuf
- theora
* audio decoder plugins:
- GSM 06.10
- linear PCM - Nosefart (NSF)
- ffmpeg (internal library):
- Windows Media Audio v1/v2
- DV - logarithmic PCM
- 14k4 - 28k8
- MS ADPCM - IMA ADPCM
- XA ADPCM - Game DPCM/ADPCM
- Mace 3:13 - Mace 6:1
- FLAC
- vorbis
- speex
- faad
- MAD (MPG 1/2/3) (internal library)
- DTS (internal library)
- A52/ra-dnet (internal library)
* subtitle decoder plugins:
- spu - spucc
- spucmml - sputext
- spudvb
- dxr3_spu
* post effect plugins:
* planar video effects:
- invert - expand
- eq - eq2
- boxblur - denoise3d
- unsharp - tvtime
* SFX:
- goom - oscope
- fftscope - mosaico
* video driver plugins:
- XShm (X11 shared memory)
- Xv (XVideo *shared*)
- OpenGL
- fb (Linux framebuffer device)
- sdl (Simple DirectMedia Layer)
- dxr3 (Hollywood+ and Creative dxr3, mpeg video only)
* audio driver plugins:
- oss (Open Sound System)
- alsa (ALSA >= 0.9, < 1.0.9)
- esd (Enlightened Sound Daemon)
- arts (aRts - KDE soundserver)
---
****************************************************************
xine-lib will be installed to /u01/xine/lib
This path is not mentioned among the linker search paths in your
/etc/ld.so.conf. This means it is possible that xine-lib will
not be found when you try to compile or run a program using it.
If this happens, you should add /u01/xine/lib to
the environment variable LD_LIBRARY_PATH like that:
export LD_LIBRARY_PATH=/u01/xine/lib:$LD_LIBRARY_PATH
Alternatively you can add a line "/u01/xine/lib"
to your /etc/ld.so.conf.
****************************************************************
****************************************************************
xine-config will be installed to /u01/xine/bin
This path is not in your search path. This means it is possible
that xine-config will not be found when you try to compile a
program using xine-lib. This will result in build failures.
If this happens, you should add /u01/xine/bin to
the environment variable PATH like that:
export PATH=/u01/xine/bin:$PATH
Note that this is only needed for compilation. It is not needed
to have xine-config in your search path at runtime. (Although
it will not cause any harm either.)
****************************************************************
collect2: ld returned 1 exit status
make[3]: *** [xineplug_vo_out_opengl.la] 错误 1
make[3]: Leaving directory `/u02/softwares/xine-lib-1.1.2/xine-lib-1.1.2/src/video_out'
make[2]: *** [install-recursive] 错误 1
make[2]: Leaving directory `/u02/softwares/xine-lib-1.1.2/xine-lib-1.1.2/src/video_out'
make[1]: *** [install-recursive] 错误 1
make[1]: Leaving directory `/u02/softwares/xine-lib-1.1.2/xine-lib-1.1.2/src'
make: *** [install-recursive] 错误 1 |
|