Ask Your Question

lev_lv's profile - activity

2017-05-25 23:12:50 -0600 answered a question Undefined reference to cvLog, cvCartToPolar

I had this problem on Android and putting void dummy_func() { cvLog(NULL, NULL); } in the code solved it. - a linker bug?some