Explorar el Código

qTox commit to fix video

Bob Mottram hace 9 años
padre
commit
837c30fd17
Ninguna cuenta está vinculada al correo electrónico del colaborador
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      src/freedombone-app-tox

+ 2
- 2
src/freedombone-app-tox Ver fichero

47
 TOXIC_FILE=/usr/local/bin/toxic
47
 TOXIC_FILE=/usr/local/bin/toxic
48
 
48
 
49
 QTOX_REPO="https://github.com/bashrc/qTox"
49
 QTOX_REPO="https://github.com/bashrc/qTox"
50
-QTOX_COMMIT='92ea0059c4b553978c59e1d6f588171157ad7e3d'
50
+QTOX_COMMIT='27a628a3789fca4f31516c3982e580052dd3c773'
51
 FFMPEG_VERSION=3.1.2
51
 FFMPEG_VERSION=3.1.2
52
 
52
 
53
 function mesh_install_ffmpeg
53
 function mesh_install_ffmpeg
61
     tar xvjf ffmpeg-${FFMPEG_VERSION}.tar.bz2
61
     tar xvjf ffmpeg-${FFMPEG_VERSION}.tar.bz2
62
     chroot ${rootdir} /bin/bash -x <<EOF
62
     chroot ${rootdir} /bin/bash -x <<EOF
63
 cd ${INSTALL_DIR}/ffmpeg-${FFMPEG_VERSION}
63
 cd ${INSTALL_DIR}/ffmpeg-${FFMPEG_VERSION}
64
-./configure --enable-gpl --enable-postproc --enable-swscale --enable-avfilter --enable-libmp3lame --enable-libvorbis --enable-libtheora --enable-libx264 --enable-libspeex --enable-shared --enable-pthreads --enable-libopenjpeg --enable-ffplay --enable-encoder=mjpeg --enable-decoder=mjpeg
64
+./configure --enable-gpl --enable-postproc --enable-swscale --enable-avfilter --enable-libmp3lame --enable-libvorbis --enable-libtheora --enable-libx264 --enable-libspeex --enable-shared --enable-pthreads --enable-libopenjpeg --enable-ffplay --enable-encoder=mjpeg --enable-decoder=mjpeg --enable-muxer=mjpeg
65
 make
65
 make
66
 make install
66
 make install
67
 EOF
67
 EOF