summaryrefslogtreecommitdiffstats
path: root/package/linphone
Commit message (Collapse)AuthorAgeFilesLines
* linphone: Disable building with -WerrorMarkos Chandras2013-06-091-1/+2
| | | | | | | | | | Pass --disable-strict to avoid having -Werror in CFLAGS. Having -Werror in CFLAGS can lead to build problems depending on the gcc version that is being used and it should not be used in released code. Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Normalize separator size to 80Alexandre Belloni2013-06-061-2/+2
| | | | | Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libeXosip2: needs mmuGustavo Zacarias2013-03-011-0/+1
| | | | | | | | Fixes http://autobuild.buildroot.net/results/24ecad26f908a74de8335f1852117d3eda0c2110/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ortp: requires threadsGustavo Zacarias2012-12-111-2/+3
| | | | | | | | Fixes http://autobuild.buildroot.net/results/4252c2f0f85c27af0d814d8c9a4a5b4d74f4dac1/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* packages: switch to host-pkgconfGustavo Zacarias2012-10-291-1/+1
| | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* all packages: rename XXXTARGETS to xxx-packageArnout Vandecappelle (Essensium/Mind)2012-07-171-1/+1
| | | | | | | | | | | | | Also remove the redundant $(call ...). This is a purely mechanical change, performed with find package linux toolchain boot -name \*.mk | \ xargs sed -i -e 's/$(eval $(call GENTARGETS))/$(eval $(generic-package))/' \ -e 's/$(eval $(call AUTOTARGETS))/$(eval $(autotools-package))/' \ -e 's/$(eval $(call CMAKETARGETS))/$(eval $(cmake-package))/' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* linphone: add optional gtk supportPeter Korsgaard2012-06-041-1/+7
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* linphone: use external ortp/mediastreamer librariesPeter Korsgaard2012-06-042-2/+12
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* linphone: new packageLuca Ceresoli2012-05-142-0/+33
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>