close
link ffmpeg library 如果出現 Error LNK2019 的時候
請去 .h 檔中找到該 function 並用 extern "C" { } 包起來
rebuild it!
請去 .h 檔中找到該 function 並用 extern "C" { } 包起來
rebuild it!
#ifdef __cplusplus
extern "C" {
#endif
void av_free(void *ptr);
.....
#ifdef __cplusplus
}
#endif
全站熱搜
留言列表