link ffmpeg library 如果出現 Error LNK2019 的時候
請去 .h 檔中找到該 function 並用 extern "C" { } 包起來
rebuild it!

#ifdef __cplusplus
extern "C" {
#endif

void av_free(void *ptr);
.....

#ifdef __cplusplus
}
#endif
arrow
arrow
    全站熱搜

    JohnDX 發表在 痞客邦 留言(0) 人氣()