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 20:50:18 +0000 (13:50 -0700)
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>
(cherry picked from commit f3fe7de8dc5c00f7b0356b9d63b42fd70a52e900)

sound/mpd/Makefile

index 41b53788f77300ae83215474f241e4d9a4845b0f..30fa973fa8eb611e5911e0d47df60c585736c708 100644 (file)
@@ -181,7 +181,7 @@ ifeq ($(BUILD_VARIANT),full)
        -Dupnp=npupnp \
        -Dmms=enabled \
        -Dsoundcloud=enabled \
-       -Dffmpeg=$(if $(CONFIG_BUILD_PATENTED),en,dis)abled \
+       -Dffmpeg=enabled \
        -Dmad=$(if $(CONFIG_BUILD_PATENTED),dis,en)abled \
        -Dtremor=disabled \
        -Dvorbis=enabled \