Hi,
I cannot seem to find a configure option to control the buildtime
inclusion of sound plugin support.
I'm looking for something like
--with-sound=alsa,pulse,esound,whatever. Or maybe
--with-plugin-sound=alsa,pulse,...
I would like to be able to control precisely which sound plugin
[email protected] wrote, On 04/14/2011 08:20 PM:
> The HEAD version did not compile with the configure options above, but gave
> me the @XKBFILE_LIB@ error.
Developers:
Am I right that pkg-config is required when autogen.sh is run? And that
removing it will give this kind of error in the resultin
I just tweeted about it, congratulations on the good work vic :) That's
definitely really awesome that we got this feature that fast!
On Thu, Apr 14, 2011 at 3:52 AM, Vic Lee wrote:
> Hi!
>
> The multimedia redirection is now ready! I have started a pull request
> in github, so you can review.
>
> > If I run configure without pkg-config, configure says xkbfile: no, but
> > during
> compile I get an error similar like @XKBFILE_LIB@ undefined.
>
> How do you do that? AFAICS pkg-config is mandatory and nothing works
> without it.
>
The last release version compiles with (without pkg-confi
Hi,
On Thu, Apr 14, 2011 at 11:05 AM, richgdx wrote:
> Hello, all
>
>I want to know about the RemoteApp feature in the FreeRDP, any
> information can be dispatched to me now?
>
No work has been started at this point, but if it were to get started right
now I would highly suggest using o
Hello, all
I want to know about the RemoteApp feature in the FreeRDP, any
information can be dispatched to me now?
richgdx
2011.04.14
--
Benefiting from Server Virtualization: Beyond Initial Workload
Consolida
On 04/14/2011 02:29 PM, Harold LEBOULANGER wrote:
> On Wed, Apr 13, 2011 at 11:56 PM, Mads Kiilerich wrote:
>> Harold LEBOULANGER wrote, On 04/13/2011 01:51 PM:
>>>
>>> Hello,
>>>
>>> I'm working on a project where I can't use dynamic library loading.
>>
>> Why not?
>
> Because of many restriction
On 04/14/2011 08:58 AM, [email protected] wrote:
> Hi,
>
>>
>> I have recently touched and refactored the keyboard handling code but have
>> tried to not make any changes for Mac.
>>
>> Can you try with a 14 day old (checkout before my changes) and see if that
>> makes a difference?
>>
>
> I have tri
Hi!
The multimedia redirection is now ready! I have started a pull request
in github, so you can review.
This whole thing is really not trivial. The plugin itself is a small
media player that is capable of decoding, playing and synchronizing
video/audio content. I have written the things that