Browse Source

enable ffplay on mesh clients

Bob Mottram 8 years ago
parent
commit
f021282fa6
No account linked to committer's email
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-app-tox

+ 1
- 1
src/freedombone-app-tox View File

@@ -61,7 +61,7 @@ function mesh_install_ffmpeg
61 61
     tar xvjf ffmpeg-${FFMPEG_VERSION}.tar.bz2
62 62
     chroot ${rootdir} /bin/bash -x <<EOF
63 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
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
65 65
 make
66 66
 make install
67 67
 EOF