PPA build config?
#1
What are the configure parameters and whatnot used when building the ppa version? My compiled version runs much smoother than the one installed from the ppa, but some functions don't work.
ASRock ION 330
Ubuntu 11.10 x86_64 minimal install
xbmc from unstable ppa
Reply
#2
these options are used in xbmc-ppa:

./configure --host=x86_64-linux-gnu --build=x86_64-linux-gnu --prefix=/usr --docdir=/usr/share/doc/xbmc --disable-debug --enable-gl --disable-gles --enable-vdpau --disable-vaapi --disable-vdadecoder --disable-openmax --disable-tegra --disable-profiling --enable-joystick --enable-xrandr --enable-goom --disable-ccache --enable-pulse --enable-rtmp --enable-ffmpeg-libvorbis --disable-mid --enable-hal --enable-avahi --disable-asap-codec --enable-webserver --disable-libdts --disable-liba52 --enable-faac CFLAGS="" CXXFLAGS=""

and these in unstable-ppa:
./configure --host=x86_64-linux-gnu --build=x86_64-linux-gnu --prefix=/usr --docdir=/usr/share/doc/xbmc --enable-debug --enable-gl --disable-gles --enable-vdpau --disable-vaapi --disable-vdadecoder --disable-openmax --disable-tegra --disable-profiling --enable-joystick --enable-xrandr --enable-goom --disable-ccache --enable-pulse --enable-rtmp --enable-ffmpeg-libvorbis --disable-mid --disable-hal --enable-avahi --disable-asap-codec --enable-webserver CFLAGS="" CXXFLAGS=""
Reply

Logout Mark Read Team Forum Stats Members Help
PPA build config?0