]> git.pld-linux.org Git - packages/freerdp2.git/blame - freerdp-gsm.patch
- up to 20161223
[packages/freerdp2.git] / freerdp-gsm.patch
CommitLineData
8d102fea
JB
1--- FreeRDP-a132545545ef90534a64a08f5199741502de97e5/cmake/FindGSM.cmake.orig 2016-06-30 22:43:05.000000000 +0200
2+++ FreeRDP-a132545545ef90534a64a08f5199741502de97e5/cmake/FindGSM.cmake 2016-07-02 20:05:44.567199213 +0200
3@@ -1,5 +1,5 @@
4
5-find_path(GSM_INCLUDE_DIR gsm/gsm.h)
6+find_path(GSM_INCLUDE_DIR gsm.h)
7
8 find_library(GSM_LIBRARY gsm)
9
10--- FreeRDP-a132545545ef90534a64a08f5199741502de97e5/channels/rdpsnd/client/pulse/rdpsnd_pulse.c.orig 2016-06-30 22:43:05.000000000 +0200
11+++ FreeRDP-a132545545ef90534a64a08f5199741502de97e5/channels/rdpsnd/client/pulse/rdpsnd_pulse.c 2016-07-02 20:10:48.938883624 +0200
12@@ -34,7 +34,7 @@
13 #include <pulse/pulseaudio.h>
14
15 #ifdef WITH_GSM
16-#include <gsm/gsm.h>
17+#include <gsm.h>
18 #endif
19
20 #include <freerdp/types.h>
This page took 0.072546 seconds and 4 git commands to generate.