当前位置:网站首页>QT pro文件配置ffmpeg宏
QT pro文件配置ffmpeg宏
2022-06-12 20:09:00 【GLL_】
QT pro文件配置ffmpeg宏


DEFINES += FFMPEG_5X
#DEFINES += FFMPEG_4X
win32{
contains(DEFINES, FFMPEG_5X) {
message("loading ffmpeg 5x")
INCLUDEPATH += $$PWD/Dev/5.0.1/include
LIBS += $$PWD/Dev/5.0.1/lib/avcodec.lib\
$$PWD/Dev/5.0.1/lib/avdevice.lib\
$$PWD/Dev/5.0.1/lib/avfilter.lib\
$$PWD/Dev/5.0.1/lib/avformat.lib\
$$PWD/Dev/5.0.1/lib/avutil.lib\
$$PWD/Dev/5.0.1/lib/postproc.lib\
$$PWD/Dev/5.0.1/lib/swresample.lib\
$$PWD/Dev/5.0.1/lib/swscale.lib
}
contains(DEFINES, FFMPEG_4X) {
message("loading ffmpeg 4x")
INCLUDEPATH += $$PWD/Dev/4.4.1/include
LIBS += $$PWD/Dev/4.4.1/lib/avcodec.lib\
$$PWD/Dev/4.4.1/lib/avdevice.lib\
$$PWD/Dev/4.4.1/lib/avfilter.lib\
$$PWD/Dev/4.4.1/lib/avformat.lib\
$$PWD/Dev/4.4.1/lib/avutil.lib\
$$PWD/Dev/4.4.1/lib/postproc.lib\
$$PWD/Dev/4.4.1/lib/swresample.lib\
$$PWD/Dev/4.4.1/lib/swscale.lib
}
}边栏推荐
猜你喜欢

牛客網:三數之和

Index optimization principle

In 2022, 20 cities with the largest number of college students in China

Microsoft Word tutorial, how to insert a header or footer in word?

Wechat jsapi payment pit summary

Download and configuration of nuitka packaging tutorial

基于微信电子书阅读小程序毕业设计毕设作品(2)小程序功能

What is a federated index?

2 R programming

Bsn-ddc basic network introduction, technical features, unique advantages, application scenarios and platform access
随机推荐
How mysterious is "PIP not an internal or external command, nor a runnable program or batch file"
WordPress optimization tutorial makes WordPress open faster
Efcore tuning
EFCore调优
Connectez - vous à MySQL
Optimization of SQL statements
PostgreSQL database replication - background first-class citizen process walreceiver PG_ stat_ wal_ Receiver view
Reading applet based on wechat e-book graduation design (2) applet function
Detailed explanation of SQL exists usage
JDBC interface summary
Installation of xv6 system
Promise to solve hell function calls can be used infinitely
The joint empowerment plan of Baidu PaddlePaddle large enterprise open innovation center was launched! Help Pudong to upgrade its industry intelligently
Negative remainder problem
User and group permissions
Demand and business model analysis-1-business model canvas
2 R programming
I learned database at station B (10): View
Explain
MySQL - the execution order of an SQL statement