Skip to content

Commit 40ef77b

Browse files
committed
Enable ffmpeg libs for anagram
Signed-off-by: falkTX <[email protected]>
1 parent 9990804 commit 40ef77b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

plugins-dep/configs/darkglass-anagram-debug_defconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ BR2_ROOTFS_MERGED_USR=y
2727
BR2_GENERATE_LOCALE="en_US.UTF-8"
2828
# BR2_PACKAGE_BUSYBOX is not set
2929
BR2_PACKAGE_FFMPEG=y
30+
# BR2_PACKAGE_FFMPEG_FFMPEG is not set
31+
BR2_PACKAGE_FFMPEG_SWSCALE=y
32+
# BR2_PACKAGE_FFMPEG_INDEVS is not set
33+
# BR2_PACKAGE_FFMPEG_OUTDEVS is not set
3034
BR2_PACKAGE_FLAC=y
3135
BR2_PACKAGE_BZIP2=y
3236
BR2_PACKAGE_GZIP=y

plugins-dep/configs/darkglass-anagram_defconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ BR2_ROOTFS_MERGED_USR=y
2727
BR2_GENERATE_LOCALE="en_US.UTF-8"
2828
# BR2_PACKAGE_BUSYBOX is not set
2929
BR2_PACKAGE_FFMPEG=y
30+
# BR2_PACKAGE_FFMPEG_FFMPEG is not set
31+
BR2_PACKAGE_FFMPEG_SWSCALE=y
32+
# BR2_PACKAGE_FFMPEG_INDEVS is not set
33+
# BR2_PACKAGE_FFMPEG_OUTDEVS is not set
3034
BR2_PACKAGE_FLAC=y
3135
BR2_PACKAGE_BZIP2=y
3236
BR2_PACKAGE_GZIP=y

0 commit comments

Comments
 (0)