Commit Graph

15 Commits

Author SHA1 Message Date
Tobias Hieta
773ad420b8 New way of downloading web-client deps! 2018-02-07 20:38:22 +01:00
Tobias Hieta
506ddcae5c Run conan on windows 2016-11-28 18:45:00 +01:00
Tobias Hieta
1b86b5a461 Fix windows build 2016-05-30 14:44:59 +02:00
Vincent Lang
f1487a06f3 Codecs on demand
PMP will now download codec binaries from nightlies on playback start if
built with -DENABLE_CODECS=on. With "off" (the default), most codecs on
demand code will be built, but the list of downloadable codecs will be
empty.

This uses a hardcoded CODECS_BUILD_NUMBER. This is sort of ok, as long
as the list of codecs/names on nightlies doesn't change. If there's a
change, it should be updated manually. (Same if new platforms are added
etc.) Note that even if this is not changed, the code will download the
correct codecs by looking at the FFmpeg version number libmpv is linked
against.
2016-04-07 17:57:30 +02:00
Tobias Hieta
6ea2b40e94 Switch scripts to use the new windows installer 2016-02-16 13:24:24 +01:00
Tobias Hieta
98db3c2563 Use DEPENDENCY_UNTAR_DIR on windows 2016-01-19 10:41:08 +01:00
Tobias Hieta
01b58f8f8a Don't build windows version with QTROOT 2015-12-10 15:43:53 +01:00
Tobias Hieta
e6544a01cd Adjust windows-build script for the new reality. 2015-12-06 13:54:00 +01:00
Tobias Hieta
2ffc97eb93 Don't disable cmake dump_syms on windows 2015-11-09 15:15:10 +01:00
Tobias Hieta
cdb92f9313 FIx symbol generation on windows in cmake 2015-11-09 15:05:10 +01:00
Vincent Lang
2bc9b8388f Fix debug dumping on Windows
(Hopefully.)

The path probably changed when switching the build to ninja.
2015-11-06 16:41:58 +01:00
Tobias Hieta
fa778a010a Pass crash dump secret to windows build 2015-10-13 15:09:24 +02:00
Tobias Hieta
47ed9b4ed2 Set the correct CMAKE_BUILD_TYPE 2015-10-13 14:56:52 +02:00
Tobias Hieta
941d89855e Try to get windows to use Ninja instead of Visual Studio for faster builds 2015-10-13 14:49:03 +02:00
Tobias Hieta
3d4859f1b1 Initial public commit of Plex Media Player 2015-10-13 11:05:27 +02:00