mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
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 in44eb12ffor ffmpeg, then partially removed by326c973). Signed-off-by: Pacien TRAN-GIRARD <pacien.trangirard@pacien.net>