mpd-full: remove partial BUILD_PATENTED on ffmpeg
authorPacien TRAN-GIRARD <pacien.trangirard@pacien.net>
Sat, 16 Jul 2022 19:52:37 +0000 (21:52 +0200)
committerRosen Penev <rosenp@gmail.com>
Sun, 17 Jul 2022 18:10:28 +0000 (11:10 -0700)
commitf3fe7de8dc5c00f7b0356b9d63b42fd70a52e900
treecee37c4bfc5e6299d3d3f115659be13409ad0281
parent6c4d3583b79a3620749db4e6ca88c71ed5274f26
mpd-full: remove partial BUILD_PATENTED on ffmpeg

This removes the guard "CONFIG_BUILD_PATENTED" for the ffmpeg build
feature for mpd-full. ffmpeg was already unconditionally registered as a
dependency (at line 51).

The ffmpeg package already handles whether or not to include patented
codecs internally using the same config flag, so guarding its use as a
dependency here does not appear necessary anymore.

(For reference: guard "BUILD_PATENTED" was introduced in 44eb12f for
ffmpeg, then partially removed by 326c973).

Signed-off-by: Pacien TRAN-GIRARD <pacien.trangirard@pacien.net>
sound/mpd/Makefile