GNOME Bugzilla – Bug 695897
Compilation errors on srtp
Last modified: 2013-03-15 11:07:25 UTC
Created attachment 238962 [details] [review] Fix compilation error New srtp module does not compile due to missing value. I attach patches that solve this issue and other compilation warning.
Created attachment 238963 [details] [review] Fix compilation warning
Pushed, thanks: commit ea2332c46626273b2c2fe36e1dee8e4eff2add48 Author: Jose Antonio Santos Cadenas <santoscadenas@gmail.com> Date: Fri Mar 15 09:29:42 2013 +0100 srtp: fix compilation warning returning NULL in case of error https://bugzilla.gnome.org/show_bug.cgi?id=695897 commit 2347c4e711d8b8630fc2654b6910c69adf94f164 Author: Jose Antonio Santos Cadenas <santoscadenas@gmail.com> Date: Fri Mar 15 09:27:36 2013 +0100 srtp: use constant AES_128_ICM instead of AES_ICM that is not found https://bugzilla.gnome.org/show_bug.cgi?id=695897 Compiled fine with my version of libsrtp (1.4.4+20100615~dfsg-2) though.