mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-17 15:37:39 +00:00
Add FFMPEG support for Symbian.
This commit is contained in:
parent
286caf3deb
commit
0d808188a0
@ -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) {
|
||||
|
@ -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
2
ffmpeg
@ -1 +1 @@
|
||||
Subproject commit e8ef410aac458a35064e67582fb80103c29e6474
|
||||
Subproject commit 84dac8cd4af62868ddc18ee813931e5a4788c28d
|
Loading…
x
Reference in New Issue
Block a user