Fetch the repository succeeded.
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets multimedia
TARGET = ThorPlayer
TEMPLATE = app
CONFIG += c++11 link_pkgconfig
SOURCES += \
main.cpp \
mainwindow.cpp \
videorenderwidget.cpp \
arrowrectangle.cpp \
qavaudiooutput.cpp \
qavplayer.cpp \
qavcodec.cpp \
qavframecodec.cpp \
qavaudiocodec.cpp \
qavvideocodec.cpp \
qavsubtitlecodec.cpp \
qavdemuxer.cpp \
qavpacket.cpp \
qavframe.cpp \
qavstreamframe.cpp \
qavvideoframe.cpp \
qavaudioframe.cpp \
qavsubtitleframe.cpp \
qavvideobuffer_cpu.cpp \
qavvideobuffer_gpu.cpp \
qavstream.cpp
RESOURCES += resources.qrc
HEADERS += \
mainwindow.h \
videorenderwidget.h \
arrowrectangle.h \
qavcodec_p.h \
qavcodec_p_p.h \
qavframecodec_p.h \
qavaudiocodec_p.h \
qavvideocodec_p.h \
qavsubtitlecodec_p.h \
qavdemuxer_p.h \
qavpacket_p.h \
qavstreamframe_p.h \
qavframe_p.h \
qavpacketqueue_p.h \
qavvideobuffer_p.h \
qavvideobuffer_cpu_p.h \
qavvideobuffer_gpu_p.h \
qavaudioformat.h \
qavstreamframe.h \
qavframe.h \
qavvideoframe.h \
qavaudioframe.h \
qavsubtitleframe.h \
qavaudiooutput.h \
qavstream.h \
qavplayer.h
unix|win32: LIBS += -L$$PWD/../../ffmpeg/lib/x64/ -llibavcodec.dll -llibavfilter.dll -llibavdevice.dll -llibavformat.dll -llibavresample.dll \
-llibavutil.dll -llibswresample.dll -llibswscale.dll
INCLUDEPATH += $$PWD/../../ffmpeg/include $$PWD/..
DEPENDPATH += $$PWD/../../ffmpeg/include
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。