找回密码
 注册
查看: 2113|回复: 4

xine的编译失败 !!!

[复制链接]
发表于 2006-11-25 14:07:38 | 显示全部楼层 |阅读模式
用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
发表于 2006-11-25 15:21:12 | 显示全部楼层
错误信息再多点。

wmv 的支持有2种:用 ffmpeg 、用 win32codec
用 win32 的话,路径一定要对。应该是需要设置 codec 的目录才行的。
/u01/xine/bin

很怪异的路径。
回复

使用道具 举报

 楼主| 发表于 2006-11-25 16:30:54 | 显示全部楼层
信息没法再多了,总的来说错误和编译mplayer差不多。但是xine的rpm包就能安装
回复

使用道具 举报

发表于 2006-11-25 17:19:51 | 显示全部楼层
那就是你的系统的问题了。
回复

使用道具 举报

 楼主| 发表于 2006-11-25 17:54:29 | 显示全部楼层
已经找全了rpm包,字体/64位mplayer。可能还是和64位系统有关系,媒体库也需要64位包。单纯的编译原代码包估计是过不去的。

到rpmfind.net上去找的。真的有不少好动动呢
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2025-5-12 03:57 , Processed in 0.025772 second(s), 15 queries .

© 2001-2025 Discuz! Team. Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表