如何将GPAC(MP4Box)库添加到Qt项目?

时间:2018-09-26 11:11:13

标签: c++ qt qt-creator mp4box

我正在使用Qt 5.11和Mac OS(High Sierra)。尝试添加GPAC(MP4Box)时,我编译了从Git下载的库,然后将其路径包含在.pro文件中,如下所示:

LIBS +=   -L"/Users/stellar/Desktop/gpac/bin/gcc"
LIBS +=   /Users/stellar/Desktop/gpac/include

然后我在main.cpp中包含一个头文件:

#include<gpac/avparse.h>

这样做会出现以下错误:

  

“ / Users / stellar / Desktop / gpac / include / gpac / configuration.h:163:错误:“与静态配置文件一起使用的未知目标平台”

该如何解决?

0 个答案:

没有答案