Skip to content

Commit e26fefb

Browse files
committed
add x264 and x265 support to ffmpeg to ensure cameras stream can be
properly transcoded into h264/h265 (e.g. within xfreerdp). Also disabled the wayland freeprdp client sind it is not required for our application.
1 parent a059616 commit e26fefb

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

buildroot-external/Buildroot.config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ BR2_PACKAGE_ALSA_UTILS_AMIXER=y
3333
BR2_PACKAGE_FFMPEG=y
3434
# BR2_PACKAGE_FFMPEG_FFMPEG is not set
3535
BR2_PACKAGE_FFMPEG_XCBGRAB=y
36+
BR2_PACKAGE_FFMPEG_GPL=y
37+
BR2_PACKAGE_X264=y
38+
BR2_PACKAGE_X265=y
3639
BR2_PACKAGE_PULSEAUDIO=y
3740
BR2_PACKAGE_DOSFSTOOLS=y
3841
BR2_PACKAGE_DOSFSTOOLS_FATLABEL=y
@@ -44,6 +47,7 @@ BR2_PACKAGE_NTFS_3G=y
4447
BR2_PACKAGE_DEJAVU=y
4548
BR2_PACKAGE_LIBERATION=y
4649
BR2_PACKAGE_FREERDP=y
50+
# BR2_PACKAGE_FREERDP_CLIENT_WL is not set
4751
BR2_PACKAGE_VIRT_VIEWER=y
4852
BR2_PACKAGE_MESA3D=y
4953
BR2_PACKAGE_MESA3D_LLVM=y

buildroot-external/configs/generic-x86_64.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ BR2_PACKAGE_LIBKRB5=y
3535
BR2_PACKAGE_YAD=y
3636
BR2_PACKAGE_LIBNSS=y
3737
BR2_PACKAGE_CUPS=y
38+
BR2_PACKAGE_LIBV4L_UTILS=y
3839
BR2_TARGET_ROOTFS_INITRAMFS=y

0 commit comments

Comments
 (0)