Commit 14cc60dc authored by Simon Morlat's avatar Simon Morlat
Browse files

update ms2 and readme

parent 4166afa4
No related merge requests found
Showing with 6 additions and 6 deletions
...@@ -5,16 +5,16 @@ This is Linphone, a free (GPL) video softphone based on the SIP protocol. ...@@ -5,16 +5,16 @@ This is Linphone, a free (GPL) video softphone based on the SIP protocol.
- you need at least: - you need at least:
- libosip2>=3.0.3 - libosip2>=3.0.3
- libeXosip2>=3.0.3 - libeXosip2>=3.0.3
- speex>=1.1.6 - speex>=1.2.0 (including libspeexdsp part)
- libreadline - libreadline (optional: for convenient command line in linphonec)
+ gsm codec (gsm source package or libgsm-dev or gsm-devel) (optional) + gsm codec (gsm source package or libgsm-dev or gsm-devel) (optional)
+ if you want to gtk/glade interface: + if you want to gtk/glade interface:
- gtk>=2.16.0 - gtk>=2.16.0
- libglade>=2.2
+ if you want video support: + if you want video support:
- SDL>=1.2.10 - SDL>=1.2.10
- libavcodec (ffmpeg) from a year 2007 or later cvs/svn - libavcodec (ffmpeg)
- libswscale (part of ffmpeg too) for better scaling performance - libswscale (part of ffmpeg too) for better scaling performance
- theora (optional)
with their corresponding -dev or -devel package if you don't use source packages. with their corresponding -dev or -devel package if you don't use source packages.
...@@ -38,7 +38,7 @@ Here is a short description of the content of the source tree. ...@@ -38,7 +38,7 @@ Here is a short description of the content of the source tree.
- coreapi/ is the central point of linphone, which handles relationship between sip signalisation and media - coreapi/ is the central point of linphone, which handles relationship between sip signalisation and media
streaming. It contains an easy to use api to create a sip phone. streaming. It contains an easy to use api to create a sip phone.
- gtk-glade/ is the directory that contains the gui frontend of linphone. It uses all libraries descibed above. - gtk/ is the directory that contains the gui frontend of linphone. It uses all libraries descibed above.
- console/ - console/
* linphonec.c is the main file for the console version of linphone. * linphonec.c is the main file for the console version of linphone.
......
mediastreamer2 @ fa8cbea1
Subproject commit a4f5a5bcf16ec4deec210bbd021952495a14d055 Subproject commit fa8cbea18aae52d4bafc948687d678dfe453b628
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment