Advertisement
Guest User

Untitled

a guest
Feb 21st, 2014
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.40 KB | None | 0 0
  1. TAGLIB_CFLAGS="-I/opt/xbmc/lib/include" \
  2. TAGLIB_LIBS="-I/opt/sbc/lib -ltag" \
  3. ./configure --prefix=/opt/xbmc \
  4.  --enable-ccache \
  5.  --enable-gl \
  6.  --enable-dvdcss \
  7.  --enable-ffmpeg-libvorbis \
  8.  --enable-rtmp \
  9.  --enable-libbluray \
  10.  --enable-mid \
  11.  --enable-goom \
  12.  --disable-asap-codec \
  13.  --disable-debug \
  14.  --disable-webserver \
  15.  --enable-crystalhd \
  16.  --enable-vdpau=no \
  17.  --enable-vaapi=no
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement