View Single Post
Old 2009-08-30, 23:37   Link #194
sukanime
Junior Member
 
Join Date: Aug 2009
Help, it still not compileable...

and this git thing is make me nuts, couse my 64kbps conection keep give me trouble to get it.
i have to do manualy download via web browser and redirect my webbrowser to use Toonel

I can get git http://repo.or.cz/r/mplayer-build.git and git git://repo.or.cz/libass.git
after that i had to download git://repo.or.cz/mplayer.git and git://repo.or.cz/FFMpeg-mirror/mplayer-patches.git
via web browser using this link:
mplayer
ffmpeg-git-snapshot
then i extract it and put it inside mplayer-build folder.
Code:
[root@localhost mplayer-build]# ls
build_libs/  common_options  disable-mt*  ffmpeg/        ffmpeg-mt/      init*    Makefile  mplayer_options  script/
clean*       debian/         enable-mt*   ffmpeg_build/  ffmpeg_options  libass/  mplayer/  README           update*
[root@localhost mplayer-build]#
After that i type make, and get another error, it ffmpeg error in scripts/ffmpeg. i have to delete --cpu=native from that script to get scripts/ffmpeg working.
Than after that, i got error again in ffmpeg, if thereis no swscale.h, and i after looking inside libswscale, its empty, so i copy libswscale folder from ffmpeg svn.


in libass, thereis no problem.

then it goes to mplayer ,and i got this error:
Code:
Checking for RealPlayer codecs ... yes (using /usr/lib/codecs)
Checking for QuickTime codecs ... yes
Checking for Nemesi Streaming Media libraries ... no
Checking for LIVE555 Streaming Media libraries ... no
Checking for FFmpeg libavutil ...
Error: MPlayer will not compile without libavutil in the source tree.

Check "configure.log" if you do not understand why it failed.
Traceback (most recent call last):
  File "/os/data-1/ftp/pub/Apps-utils/linux/Multimedia/Mplayer/mplayer-build/script/mplayer-config", line 28, in <module>
    main()
  File "/os/data-1/ftp/pub/Apps-utils/linux/Multimedia/Mplayer/mplayer-build/script/mplayer-config", line 26, in main
    check_call(['./configure'] + args + extra_args, env=env)
  File "/usr/lib/python2.5/subprocess.py", line 462, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['./configure', '--extra-cflags=-I/os/data-1/ftp/pub/Apps-utils/linux/Multimedia/Mplayer/mplayer-build/build_libs/include', '--extra-ldflags=-L/os/data-1/ftp/pub/Apps-utils/linux/Multimedia/Mplayer/mplayer-build/build_libs/lib']' returned non-zero exit status 1
make: *** [mplayer] Error 1
[root@localhost mplayer-build]#
And i have to symlinks [b]ffmpeg[b] folder from ffmpeg in mplayer-build folder
Code:
[root@localhost mplayer-build]# ln -s ffmpeg mplayer/ffmpeg
and it compiled, but in the end, still got this error
http://pastebin.com/m7606f043


Huff......
Is there anything wrong with i do??
Please someone help me......

Thanks before and after.
ps: sory for my bad english.
sukanime is offline   Reply With Quote