Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2014
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.56 KB | None | 0 0
  1. TAGLIB_CFLAGS="-I/tmp/taglib/include" \
  2. TAGLIB_LIBS="-L/tmp/taglib/lib -ltag" \
  3. FRIBIDI_CFLAGS="-I/tmp/fribidi/include" \
  4. FRIBIDI_LIBS="-L/tmp/fribidi/lib -lfribidi" \
  5. ./configure \
  6.  --prefix=/opt/xbmc \
  7.  --enable-ccache \
  8.  --enable-gl \
  9.  --enable-dvdcss \
  10.  --enable-ffmpeg-libvorbis \
  11.  --enable-rtmp \
  12.  --enable-libbluray \
  13.  --enable-external-libraries \
  14.  --disable-external-ffmpeg \
  15.  --enable-mid --enable-goom \
  16.  --disable-asap-codec --disable-debug \
  17.  --disable-webserver \
  18.  --enable-crystalhd \
  19.  --disable-vdpau \
  20.  --disable-vaapi \
  21.  --disable-pulse
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement