Browse Source

Free codecs for streaming by mesh clients

Bob Mottram 8 years ago
parent
commit
3498b16d1f
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      src/freedombone-image-customise

+ 3
- 0
src/freedombone-image-customise View File

@@ -705,6 +705,9 @@ function configure_user_interface {
705 705
     # to provide notifications
706 706
     chroot "$rootdir" apt-get -y install libnotify-bin
707 707
 
708
+	# for video/audio
709
+    chroot "$rootdir" apt-get -y install libtheora-bin libvorbis-dev	
710
+	
708 711
     # Produce a text file on the desktop listing users on the mesh
709 712
     cat <<EOF > $rootdir/usr/bin/list-tox-users
710 713
 #!/bin/bash