📄 libffmpeg.pro
字号:
CONFIG += qtopiaplugin # Defines useded by libav and libavcodecDEFINES += HAVE_AV_CONFIG_H _FILE_OFFSET_BITS=64 _LARGEFILE_SOURCE _GNU_SOURCEHEADERS = yuv2rgb.h \ videocodeccontext.h \ videoscalecontext.h \ audiocodeccontext.h \ mediapacket.h \ mediapacketbuffer.h \ ffmutex.h \ libffmpegplugin.h \ libffmpegpluginimpl.hSOURCES = yuv2rgb.cpp \ videocodeccontext.cpp \ audiocodeccontext.cpp \ mediapacketbuffer.cpp \ libffmpegplugin.cpp \ libffmpegpluginimpl.cppTRANSLATABLES += $${HEADERS} $${SOURCES}contains(QMAKE_ARCH,arm) { SOURCES += yuv2rgb_arm4l.S}TARGET = ffmpegpluginINCLUDEPATH += $${QTOPIA_DEPOT_PATH}/src/3rdparty/libraries/libavformat $${QTOPIA_DEPOT_PATH}/src/3rdparty/libraries/libavcodec#DEPENDPATH += $$(QPEDIR)/src/3rdparty/libraries/libavformat $$(QPEDIR)/src/3rdparty/libraries/libavcodecLIBS += -lpthread -lm -lavcodec -lavformatQMAKE_CXXFLAGS_RELEASE = -w -O5# handled by src/ipk_groups.pri
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -