Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[wish] Add support for librfxcodec #74

Open
coldfire84 opened this issue Oct 3, 2016 · 4 comments
Open

[wish] Add support for librfxcodec #74

coldfire84 opened this issue Oct 3, 2016 · 4 comments
Labels

Comments

@coldfire84
Copy link

Can you extend the script to git clone librfxcodec (and "make librfxcodec" prior to building packages, as per [https://github.com/neutrinolabs/xrdp/issues/354]).

This could be called by user with addition of new option at runtime (i.e. "--withremote-fx" or similar)? This would enable Remote-FX support within xrdp.

@metalefty
Copy link
Collaborator

Yes, I've already been working on this.

@coldfire84
Copy link
Author

coldfire84 commented Oct 3, 2016

I assume this will be roughly comprised of the following steps, based upon inclusion of a option at runtime.

  1. git clone master for "https://github.com/neutrinolabs/librfxcodec.git to xrdp/librfxcodec" just after git clone of xrdp itself
  2. execution of "make -C librfxcodec" within compile_xrdp_interactive" / compile_xrdp_noninteractive at end of "Step 2."

@metalefty
Copy link
Collaborator

Its already done in RH-Matic. I'm thinking just bringing it.
However, I need to cleanup o-Matic before bring it. When I finished cleanup, I'll bring librfxcodec builder.

@metalefty
Copy link
Collaborator

Done in devel branch. But it doesn't support CLI option to enable rfxcodec yet.
Edit X11rdp-o-matic.sh and add --enable-rfxcodec to XRDP_CONFIGURE_ARGS, rfxcodec will be built.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants