Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
F
FreeBSD ports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
FreeBSD
FreeBSD ports
Commits
5336c337
Commit
5336c337
authored
2 weeks ago
by
Vladimir Druzenko
Browse files
Options
Downloads
Patches
Plain Diff
net/freerdp3: RDPECAM (RDP webcam redirection) require FFMPEG and SWSCALE
Fixes:
9ba31cc9
(Update 3.12.0 → 3.13.0)
parent
9ba31cc9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
net/freerdp3/Makefile
+3
-2
3 additions, 2 deletions
net/freerdp3/Makefile
with
3 additions
and
2 deletions
net/freerdp3/Makefile
+
3
−
2
View file @
5336c337
...
...
@@ -47,7 +47,7 @@ OPTIONS_DEFINE_aarch64= SIMD
OPTIONS_DEFINE_amd64
=
SIMD
OPTIONS_DEFINE_armv7
=
SIMD
OPTIONS_DEFINE_i386
=
SIMD
OPTIONS_DEFAULT
=
AAD CUPS GSSAPI_HEIMDAL ICU JSON_C
\
OPTIONS_DEFAULT
=
AAD CUPS
FFMPEG
GSSAPI_HEIMDAL ICU JSON_C
\
KEYBOARD_LAYOUT MANPAGES RDPECAM SDL2 SDL3
\
SWSCALE TIMEZONE_FILE WAYLAND WEBKIT X11
OPTIONS_DEFAULT_aarch64
=
SIMD
...
...
@@ -74,7 +74,7 @@ KEYBOARD_LAYOUT_DESC= Use keyboard definitions from JSON file
OPENH264_DESC
=
H.264 video codec support via OpenH264
PCSC_DESC
=
Smart card support
(
smart card device redirection
)
PKCS11_DESC
=
Use security/pkcs11-helper
RDPECAM_DESC
=
RDP webcam redirection
RDPECAM_DESC
=
RDP webcam redirection
(
require FFMPEG and SWSCALE
)
REQUIRE_JSON_DESC
=
Options that require JSON
SDL2_DESC
=
Build FreeRDP SDL 2 client
SDL3_DESC
=
Build FreeRDP SDL 3 client
...
...
@@ -162,6 +162,7 @@ PNG_CMAKE_BOOL= WINPR_UTILS_IMAGE_PNG
PULSEAUDIO_LIB_DEPENDS
=
libpulse.so:audio/pulseaudio
PULSEAUDIO_CMAKE_BOOL
=
WITH_PULSE
RDPECAM_IMPLIES
=
FFMPEG SWSCALE
RDPECAM_BUILD_DEPENDS
=
${
LOCALBASE
}
/include/linux/uvcvideo.h:multimedia/v4l_compat
\
${
LOCALBASE
}
/include/linux/videodev2.h:multimedia/v4l_compat
RDPECAM_LIB_DEPENDS
=
libv4l2.so:multimedia/libv4l
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment