[FFmpeg-cvslog] libavcodec: x86: Remove an explicit include of config.asm

Martin Storsjö git at videolan.org
Fri Oct 11 14:40:42 EEST 2024


ffmpeg | branch: release/7.1 | Martin Storsjö <martin at martin.st> | Tue Oct  1 23:59:41 2024 +0300| [0b5559378b1e9c309ef876ae309a61b23398355b] | committer: Martin Storsjö

libavcodec: x86: Remove an explicit include of config.asm

This file is never included explicitly anywhere else, it's only
included implicitly by passing -Pconfig.asm on the command line.

Signed-off-by: Martin Storsjö <martin at martin.st>
(cherry picked from commit 5c4ede6b4ff6fa8818f0ca3f686aa54c1c2092b8)

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0b5559378b1e9c309ef876ae309a61b23398355b
---

 libavcodec/x86/celt_pvq_search.asm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/x86/celt_pvq_search.asm b/libavcodec/x86/celt_pvq_search.asm
index e9bff02650..3c6974d370 100644
--- a/libavcodec/x86/celt_pvq_search.asm
+++ b/libavcodec/x86/celt_pvq_search.asm
@@ -20,7 +20,6 @@
 ;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 ;******************************************************************************
 
-%include "config.asm"
 %include "libavutil/x86/x86util.asm"
 
 %ifdef __NASM_VER__



More information about the ffmpeg-cvslog mailing list