QTAV编译

1)QTAV基于【ffmpeg】;

2)QT Creater集成环境中Project页设置环境变量,加入所需include,lib;

        2.1)直接加在pro中需确保能正确识别【中文、空格等】;

3)Shadow compile:

        不直接在原Project下编译,怕弄脏,另外找个地【目录】做事

4)目前某版本QTAV编译问题【Windows7下 QT Creater】:

        4.1):37~47行【pro中仅变量名字,其它信息未知,qmake搞陀不清】;

EssentialDepends = avutil avcodec avformat swscale
OptionalDepends = swresample avresample

        4.2):79~81行:

!config_avresample:!config_swresample {
  error("libavresample or libswresample is required. Setup your environment correctly then delete $$BUILD_DIR/.qmake.conf and run qmake again")
}

你可能感兴趣的:(QTAV编译)