Re: [PATCH] v4l-utils/libdvbv5: restore deleted functions to keep API/ABI compatible

2014-11-02 Thread Akihiro TSUKADA
Hi, the patch is aimed to do just as you wrote, i.e. add wrapper funcs with the original names. sorry for my bad english. -- akihiro -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.k

Re: [PATCH] v4l-utils/libdvbv5: restore deleted functions to keep API/ABI compatible

2014-11-02 Thread Gregor Jasny
On 02/11/14 13:01, tsk...@gmail.com wrote: > From: Akihiro Tsukada > > dvb_new_freq_is_needed() was integrated to dvb_new_entry_is_needed(), > and dvb_scan_add_entry() was added a new parameter. > As those changes broke API/ABI compatibility, > restore the original functions. I suppose you intro

[PATCH] v4l-utils/libdvbv5: restore deleted functions to keep API/ABI compatible

2014-11-02 Thread tskd08
From: Akihiro Tsukada dvb_new_freq_is_needed() was integrated to dvb_new_entry_is_needed(), and dvb_scan_add_entry() was added a new parameter. As those changes broke API/ABI compatibility, restore the original functions. Signed-off-by: Akihiro Tsukada --- lib/include/libdvbv5/dvb-scan.h | 21