Просмотр исходного кода

Free codecs for streaming by mesh clients

Bob Mottram 8 лет назад
Родитель
Сommit
3498b16d1f
1 измененных файлов: 3 добавлений и 0 удалений
  1. 3
    0
      src/freedombone-image-customise

+ 3
- 0
src/freedombone-image-customise Просмотреть файл

@@ -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