Add FFMPEG support for Symbian.

This commit is contained in:
Sacha 2013-06-22 03:00:35 +10:00
parent 286caf3deb
commit 0d808188a0
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ mobile_platform: MOBILITY += sensors
symbian: MOBILITY += systeminfo
# Libs
symbian: LIBS += -lCore.lib -lCommon.lib -lNative.lib
symbian: LIBS += -lCore.lib -lCommon.lib -lNative.lib -L ffmpeg/symbian/armv6/lib -lavformat.a -lavcodec.a -lswresample.a -lswscale.a
qnx: LIBS += -L. -lCore -lCommon -lNative -lscreen -lz
win32 {
CONFIG(release, debug|release) {

View File

@ -43,7 +43,7 @@ symbian {
# Does not seem to be a way to change to armv6 compile so just override in variants.xml (see README)
MMP_RULES -= "ARMFPU softvfp+vfpv2"
MMP_RULES += "ARMFPU vfpv2"
DEFINES += "BOOST_COMPILER_CONFIG=<boost/mpl/aux_/config/gcc.hpp>"
DEFINES += USE_FFMPEG "BOOST_COMPILER_CONFIG=<boost/mpl/aux_/config/gcc.hpp>"
QMAKE_CXXFLAGS += -marm -Wno-parentheses -Wno-comment
INCLUDEPATH += $$EPOCROOT/epoc32/include/stdapis/glib-2.0
}

2
ffmpeg

@ -1 +1 @@
Subproject commit e8ef410aac458a35064e67582fb80103c29e6474
Subproject commit 84dac8cd4af62868ddc18ee813931e5a4788c28d