diff --git a/config/rootfiles/packages/faad2 b/config/rootfiles/packages/faad2
index aa1d8a347..0264b6398 100644
--- a/config/rootfiles/packages/faad2
+++ b/config/rootfiles/packages/faad2
@@ -1,13 +1,11 @@
 usr/bin/faad
 #usr/include/faad.h
 #usr/include/neaacdec.h
-#usr/lib/libfaad.la
 usr/lib/libfaad.so
 usr/lib/libfaad.so.2
-usr/lib/libfaad.so.2.0.0
-#usr/lib/libfaad_drm.la
+usr/lib/libfaad.so.2.11.3
 usr/lib/libfaad_drm.so
 usr/lib/libfaad_drm.so.2
-usr/lib/libfaad_drm.so.2.0.0
+usr/lib/libfaad_drm.so.2.11.3
 #usr/lib/pkgconfig/faad2.pc
 #usr/share/man/man1/faad.1
diff --git a/lfs/faad2 b/lfs/faad2
index 5a5218a7c..ec8a344d3 100644
--- a/lfs/faad2
+++ b/lfs/faad2
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2020  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2026  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -26,7 +26,7 @@ include Config
 
 SUMMARY    = C library and frontend for decoding MPEG2/4 AAC
 
-VER        = 2_10_0
+VER        = 2.11.3
 
 THISAPP    = faad2-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -34,7 +34,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = faad2
-PAK_VER    = 3
+PAK_VER    = 4
 
 DEPS       =
 
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 73ecbcbb3fce93e8ceb88f6f7669bb681d2329935018cc2a23929cf6672959a0678b47c830cfdcf8e716709ce5252a02178737a7af09de373f7c8b54f38f3d9d
+$(DL_FILE)_BLAKE2 = da9f96c30653e5bfa41eb0c01b04128cb1a070d8fd46ac0a297cbfddef9d0f895f8f26e525521d7093949dc4f96b66b401d39b318192cfc3127c48e1f307e202
 
 install : $(TARGET)
 
@@ -82,16 +82,12 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	@$(PREBUILD)
 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
 	$(UPDATE_AUTOMAKE)
-
-	cd $(DIR_APP) && autoupdate
-	cd $(DIR_APP) && autoreconf -fvi
-	cd $(DIR_APP) && ./configure \
-		--prefix=/usr \
-		--enable-shared \
-		--disable-static \
-		--with-mpeg4ip
-
-	cd $(DIR_APP) && make $(MAKETUNING)
-	cd $(DIR_APP) && make install
+	cd $(DIR_APP) && mkdir build
+	cd $(DIR_APP)/build && cmake .. \
+				-D CMAKE_INSTALL_PREFIX=/usr \
+				-D CMAKE_BUILD_TYPE=Release \
+				-D BUILD_SHARED_LIBS=on
+	cd $(DIR_APP)/build && make $(MAKETUNING)
+	cd $(DIR_APP)/build && make install
 	@rm -rf $(DIR_APP)
 	@$(POSTBUILD)
