build xbmc git with latest ffmpeg
#1
I'm trying to build xbmc master from git with the lastest external ffmpeg, but the build fails:

http://pastebin.com/mnk9jFaC

ffmpeg:
Code:
xbmc@xbmc:/opt/xbmc.src$ ffmpeg
ffmpeg version N-31035-gcdeb803, Copyright (c) 2000-2011 the FFmpeg developers
  built on Jun 28 2011 10:40:00 with gcc 4.5.2
  configuration: --enable-gpl --enable-version3 --enable-nonfree --enable-postproc --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-x11grab --disable-crystalhd --enable-vaapi
  libavutil    51. 10. 0 / 51. 10. 0
  libavcodec   53.  7. 0 / 53.  7. 0
  libavformat  53.  4. 0 / 53.  4. 0
  libavdevice  53.  1. 1 / 53.  1. 1
  libavfilter   2. 24. 0 /  2. 24. 0
  libswscale    2.  0. 0 /  2.  0. 0
  libpostproc  51.  2. 0 / 51.  2. 0
Hyper fast Audio and Video encoder

I've also tried ffmpeg snapshots 0.8 and 0.7.1 to no avail. the xbmc build error is always the same.

xbmc:
Code:
xbmc@xbmc:/opt/xbmc.src$ date
Tue Jun 28 11:29:01 CEST 2011
xbmc@xbmc:/opt/xbmc.src$ git pull
From git://github.com/xbmc/xbmc
* branch            master     -> FETCH_HEAD
Already up-to-date.

./configure --enable-external-libraries --prefix=/opt/xbmc.git_extlibs
--enable-vaapi
------------------------
  XBMC Configuration:
------------------------
  Debugging:    Yes
  Profiling:    No
  Optimization: Yes
  Crosscomp.:   No
  target ARCH:  no
  target CPU:   no
  OpenGL:       Yes
  VDPAU:        Yes
  VAAPI:        Yes
  CrystalHD:    Yes
  VDADecoder:   No
  VTBDecoder:   No
  OpenMax:      No
  Joystick:     Yes
  XRandR:       Yes
  GOOM:         No
  Bluray:       Yes
  TexturePacker:Yes
  MID Support:  No
  ccache:       Yes
  PulseAudio:   Yes
  HAL Support:  Yes
  DVDCSS:       Yes
  Avahi:        Yes
  Non-free:     Yes
  ASAP Codec:   No
  Webserver:    Yes
  libRTMP support:      Yes
  libnfs support:       No
  Optical drive:        Yes
  External FFmpeg:      Yes
  prefix:       /opt/xbmc.git_extlibs
------------------------

any help would be greatly appreciated.
Reply
#2
i have same issue. both with 0.7.1 and 0.8 fork ..

do we need to use specific prefix where to install ffmpeg from git and somehow point xbmc git build in good direction ?
Reply
#3
there is a patch for this, that just got commited to master
Reply

Logout Mark Read Team Forum Stats Members Help
build xbmc git with latest ffmpeg0