Armin Novak
b29427fd87
Removed obsolete toolchain file
2022-05-04 09:41:01 +02:00
Armin Novak
3e6545a2c2
Updated ios toolchain file with version from https://github.com/leetal/ios-cmake
...
(cherry picked from commit 0da860ad1f
)
2022-05-04 09:41:01 +02:00
Armin Novak
2b65b7cb12
Fixed FFMPEG detection without pkgconfig
...
(cherry picked from commit 2c31c36759
)
2022-04-11 12:08:36 +02:00
Armin Novak
4b73d86880
Removed x264 related files from build
2022-01-26 12:10:47 +01:00
Armin Novak
32f387bc76
Fixed WITH_MEDIACODEC definition
...
(cherry picked from commit 3a6365caad
)
2022-01-26 10:48:26 +01:00
Ely Ronnen
8adbb187be
adding mediacodec h264 implementation using NDK
...
(cherry picked from commit afe6cc10bd
)
2022-01-26 10:48:26 +01:00
akallabeth
136a58fbd0
Added -DDEFINE_NO_DEPRECATED CMake option
...
With that option all symbols marked deprecated are no longer
compiled. This helps testing compatibility of external apps.
2021-03-01 10:58:24 +01:00
akallabeth
bc956b47e5
Added explicit warnings for experimental/unstable features
2021-03-01 10:58:24 +01:00
akallabeth
18d4e0448f
Added CMake warning messages for expensive debug options
...
(cherry picked from commit d82c14c3d8
)
2020-12-01 15:10:23 +01:00
akallabeth
2654e3d046
Increased minimum ios deployment target.
...
(cherry picked from commit a7b210d448
)
2020-12-01 15:10:23 +01:00
akallabeth
f2d5cf2b41
Updated android build scripts for ci.
2020-04-09 10:03:20 +02:00
Armin Novak
197a5ccd8c
Added libusb detection for windows.
2020-03-09 12:43:42 +01:00
Armin Novak
83348ef98f
CMake options to compile without proxy or shadow
...
* Added WITH_SHADOW (default ON) to compile without shadow server
* Added WITH_PROXY (default ON) to compile without proxy server
2020-03-09 08:50:40 +01:00
Mark Karpeles
bf94b03f24
fix FindFFmpeg.cmake: locating avcodec not using pkgconfig variable
2020-02-28 09:49:28 +01:00
Martin Fleisz
f484b20787
Merge pull request #5907 from akallabeth/cmake_channel_dependency_fix
...
Cmake channel dependency fix
2020-02-26 16:18:46 +01:00
Armin Novak
829497b313
Made CHANNEL_TSMF optional and deprecated.
2020-02-26 13:56:43 +01:00
Armin Novak
00f5f014c6
Fixed CMake channel dependencies for variables.
2020-02-25 16:56:42 +01:00
Armin Novak
eb124efa77
Add CMake config option for VAAPI
2020-01-16 09:53:39 +01:00
Kobi Mizrachi
e3728c1822
server: proxy: do not compile modules by default
2020-01-14 07:58:47 +01:00
Armin Novak
744c31a69e
Fixed SWScale cmake find script.
...
* Wrong name for pkg-config (thanks @floppym for pointing that out)
* Formatting issues, there were spaces in path and variables that
should not have been there.
Signed-off-by: Armin Novak <armin.novak@thincast.com>
2019-12-19 08:45:29 +01:00
Armin Novak
0a3721587a
Cleaned up primitives code.
2019-11-22 13:21:39 +01:00
David Fort
5f0943f0fe
primitives: add openCL support
...
This patch adds the basic infrastructure to have openCL acceleration.
For now only YUV2RGB is implemented but other operations could be
implemented.
The primitives have been massively reworked so that we have an autodetect
mode that will pick the best implementation automatically by performing a
benchmark.
Sponsored-by: Rangee Gmbh(http://www.rangee.com )
2019-11-22 13:21:39 +01:00
Antenore Gatta
d4dc553a67
Better libcairo dependencies handling though cmake
2019-08-14 18:11:14 +02:00
Armin Novak
92ca3002e3
Allow build without WinPR tools
2019-08-14 15:10:00 +02:00
kubistika
e2eeb9f870
rdpgfx: Add WITH_DEBUG_RDPGFX option
2019-06-04 10:29:05 +03:00
Armin Novak
8c919fad70
Added a CMake option for the clangformat target support.
2019-05-23 14:14:31 +02:00
Armin Novak
6604df0795
Added clang format script.
...
new code formatting rules are now enforced by this script.
2019-05-16 11:25:40 +02:00
Armin Novak
6a8755a763
Added image scaling api for software drawing.
...
For future GFX channel functions an image scaling function is required.
This moves the implementation from wayland client to core library
and adds support for the much faster SWScale library.
2019-05-07 08:56:29 +02:00
Armin Novak
8d6a6df48a
Implements #5215 : Smart sizing using libcairo
2019-02-08 12:08:30 +01:00
David Fort
72ad4af356
Merge pull request #5221 from akallabeth/wayland_mouse_cursor
...
Added wayland mouse cursor
2019-01-29 15:11:38 +01:00
Armin Novak
99c92308a3
Fixed wayland library detection.
2019-01-29 09:34:30 +01:00
Armin Novak
23fa6b9182
Added mouse cursor callback stubs.
2019-01-29 09:34:30 +01:00
Peter Åstrand (astrand)
ea35e2387d
Check MSVC_RUNTIME only if MSVC is defined
...
On MinGW, WIN32 is set but not MSVC
2019-01-09 10:01:44 +01:00
Pascal J. Bourguignon
7d07bce64f
cmake: made FindGSSAPI.cmake able to detect kerberos versions such as: "Kerberos 5 release 1.18-prerelease".
2018-12-21 11:59:04 +01:00
Armin Novak
4c3626340c
Set minimum deployment target to 10.0
2018-12-03 17:06:35 +01:00
Armin Novak
b8b308af75
Add WITH_GSSAPI config option, defaults to OFF
2018-11-29 13:00:22 +01:00
Armin Novak
fff22f027b
Removed DirectFB client as it is unmaintained
...
DirectFB support was in search of a maintainer for ages and
no longer compiles.
Since nobody stepped up get rid of this unused code once and for all.
2018-11-22 14:40:19 +01:00
Martin Fleisz
947aa80033
Merge pull request #5016 from akallabeth/windows_server_build_fix
...
Windows server build fix
2018-11-21 16:02:47 +01:00
akallabeth
3cea4bfb55
Merge pull request #5008 from wintersandroid/master
...
Android library build script fixes, and Android thread lock on remote disconnect.
2018-11-20 12:14:28 +01:00
Armin Novak
a2cd934184
Fixed windows build warnings.
2018-11-15 09:01:53 +01:00
Armin Novak
e5197f529d
Add soxr library and include paths.
2018-11-14 13:27:20 +01:00
Armin Novak
e93aab2f7f
Added CMake detection support for libsoxr
2018-11-14 13:27:20 +01:00
Mathew
2ff19597dc
fix scripts to build with ndk r15c,
...
cache dependancies so we are not hitting github often
update android dependancies to latest and compile.
./android-build-freerdp.sh --ndk ~/Programming/android-ndk-r15c --relWithDebug --jpeg
Still an error compiling openh264
2018-11-09 15:20:52 +13:00
Armin Novak
fbe95209e7
Readded AVRESAMPLE support as fallback.
2018-10-04 09:16:34 +02:00
Vladimir Lomov
41cc2b63cb
Move from libavresample to libswresample
...
- The libavresample as part of FFmpeg was declared as deprecated in
favor of libswresample on Dec 25 2017 in commit "lavr: deprecate the
entire library"
(c29038f304
;
c29038f304
).
As major Linux distributions (RPM, DEB and Archlinux) provide now
FFmpeg and libswresample as its part use the libswresample instead of
libavresample.
Signed-off-by: Vladimir Lomov <vladimir@smoon7.vl-lomov.ru>
2018-10-04 08:35:04 +02:00
Armin Novak
3c7dfa0a03
Fix #2617 : Removed MacPorts from CMake (default) search path.
2018-05-14 10:39:12 +02:00
David Fort
456b0e8934
Merge pull request #4453 from akallabeth/sound_channel_refactor
...
Sound channel refactoring
2018-05-03 11:56:58 +02:00
akallabeth
613e0be208
Merge pull request #4614 from kevans91/cmakemod
...
Abstract away CMake module installation setting, install differently on FreeBSD
2018-05-03 09:49:31 +02:00
Kyle Evans
824ace49ac
Add SetFreeRDPCMakeInstallDir function to abstract away platform differences
...
Different platforms/systems may install CMake modules into different places. For
instance, FreeBSD will install modules into ${PREFIX}/share/cmake/Modules while
Linux distributions might install into ${PREFIX}/lib/cmake.
This leaves us with a useful abstraction- consumers only need to care about
the name of their subdirectory, and only one place needs to be patched to change
where this subdirectory lands.
2018-05-02 10:36:52 -05:00
Kyle Evans
92a8e28f20
Follow OpenBSD convention when installing manpages on FreeBSD
...
Both OS install third party man pages into ${PREFIX}/man/man${SECTION}, rather
than the convention established in the base system of share/man/man${SECTION}.
2018-05-02 09:31:19 -05:00