Skip to content

Commit

Permalink
add x264 and x265 support to ffmpeg to ensure cameras stream can be
Browse files Browse the repository at this point in the history
properly transcoded into h264/h265 (e.g. within xfreerdp). Also disabled
the wayland freeprdp client sind it is not required for our application.
  • Loading branch information
jens-maus committed Sep 30, 2024
1 parent a059616 commit e26fefb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions buildroot-external/Buildroot.config
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ BR2_PACKAGE_ALSA_UTILS_AMIXER=y
BR2_PACKAGE_FFMPEG=y
# BR2_PACKAGE_FFMPEG_FFMPEG is not set
BR2_PACKAGE_FFMPEG_XCBGRAB=y
BR2_PACKAGE_FFMPEG_GPL=y
BR2_PACKAGE_X264=y
BR2_PACKAGE_X265=y
BR2_PACKAGE_PULSEAUDIO=y
BR2_PACKAGE_DOSFSTOOLS=y
BR2_PACKAGE_DOSFSTOOLS_FATLABEL=y
Expand All @@ -44,6 +47,7 @@ BR2_PACKAGE_NTFS_3G=y
BR2_PACKAGE_DEJAVU=y
BR2_PACKAGE_LIBERATION=y
BR2_PACKAGE_FREERDP=y
# BR2_PACKAGE_FREERDP_CLIENT_WL is not set
BR2_PACKAGE_VIRT_VIEWER=y
BR2_PACKAGE_MESA3D=y
BR2_PACKAGE_MESA3D_LLVM=y
Expand Down
1 change: 1 addition & 0 deletions buildroot-external/configs/generic-x86_64.config
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ BR2_PACKAGE_LIBKRB5=y
BR2_PACKAGE_YAD=y
BR2_PACKAGE_LIBNSS=y
BR2_PACKAGE_CUPS=y
BR2_PACKAGE_LIBV4L_UTILS=y
BR2_TARGET_ROOTFS_INITRAMFS=y

0 comments on commit e26fefb

Please sign in to comment.