The libsoup-dependency is not directly used but comes in as a dependency
of phodav and phodav has libsoup correctly recorded in its pkg-config
file.
---
configure.ac | 3 ---
1 file changed, 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index 70ab75c..f47ee20 100644
--- a/configure.ac
+
This makes the phodav dependency configureable.
And name it after the corresponding channel.
---
configure.ac | 21 +
1 file changed, 17 insertions(+), 4 deletions(-)
diff --git a/configure.ac b/configure.ac
index d89bd6f..70ab75c 100644
--- a/configure.ac
+++ b/configure.ac
@
Hi Marc-André
Am 20.05.2014 19:31, schrieb Marc-André Lureau:
>
>
> - Original Message -
>> This makes the phodav dependency configureable & optional.
>
> Well, it is already optional, if phodav isn't available.
>
> In general, I prefer not having a lot of options, but since that doesn
I've been investigating bug 1086820 that results in a failed assertion in
spice-server (causing the guest to exit) related to mjpeg streaming. This is
the debug output when we hit this issue:
(/usr/bin/qemu-kvm:3165): Spice-ERROR **:
mjpeg_encoder.c:627:mjpeg_encoder_adjust_params_to_bit_rate:
Requires a browser with MediaSource extension support, and
Opus support for the source buffers. In practice, that is
Chrome and Firefox.
Signed-off-by: Jeremy White
---
enums.js | 20 +++
main.js |2 +
playback.js | 278 +
spice.html |2 +
spic
Signed-off-by: Jeremy White
---
utils.js |5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/utils.js b/utils.js
index 167f184..9eb42ff 100644
--- a/utils.js
+++ b/utils.js
@@ -63,7 +63,10 @@ function hexdump_buffer(a)
hex += "0";
hex += h + " ";
-
- Original Message -
> This makes the phodav dependency configureable & optional.
Well, it is already optional, if phodav isn't available.
In general, I prefer not having a lot of options, but since that doesn't change
default behaviour, I guess it's fine.
I also have a preference for
- Original Message -
> The libsoup-dependency is not directly used but comes in as a dependency
> of phodav and phodav has libsoup correctly recorded in its pkg-config
> file.
Yes, but spice-gtk code uses soup api nonetheless, I am not sure what is the
best practice in this case. I gues
This makes the phodav dependency configureable & optional.
---
configure.ac | 19 ---
1 file changed, 16 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index d89bd6f..608d69c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -270,10 +270,23 @@ AC_SUBST(GTHREA
The libsoup-dependency is not directly used but comes in as a dependency
of phodav and phodav has libsoup correctly recorded in its pkg-config
file.
---
configure.ac | 3 ---
1 file changed, 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index 608d69c..80f4052 100644
--- a/configure.ac
+
On Tue, May 20, 2014 at 04:58:53PM +0200, Marc-André Lureau wrote:
> This change broke primary clipboard copying from remote to client, on win32.
>
> There is a pending ::clipboard-grab emission, so the channel is not
> idle, and it will handle emission and resume in the inner loop without
> issue
This change broke primary clipboard copying from remote to client, on win32.
There is a pending ::clipboard-grab emission, so the channel is not
idle, and it will handle emission and resume in the inner loop without
issue. We should really handle this situation with care though, and the
best would
12 matches
Mail list logo