Advertisement
Guest User

Untitled

a guest
Nov 14th, 2015
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. # Mplayer/Mencoder
  2. cd ${CMPL}
  3. svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer
  4. cd mplayer
  5. ./configure --prefix=${TARGET} --extra-cflags="-I${TARGET}include/ -DLIBTWOLAME_STATIC -DAL_LIBTYPE_STATIC" --extra-ldflags="-L${TARGET}lib" --extra-libs='-lxml2 -llzma -lfreetype -lz -liconv -lpthread' --enable-menu --enable-bluray --enable-gl --enable-runtime-cpudetection
  6. make clean
  7. make -j 4 && make install
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement