diff mbox series

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

Message ID 20241002083303.75628-1-martin@martin.st
State Accepted
Headers show
Series [FFmpeg-devel] libavcodec: x86: Remove an explicit include of config.asm | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Martin Storsjö Oct. 2, 2024, 8:33 a.m. UTC
This file is never included explicitly anywhere else, it's only
included implicitly by passing -Pconfig.asm on the command line.
---
 libavcodec/x86/celt_pvq_search.asm | 1 -
 1 file changed, 1 deletion(-)

Comments

Martin Storsjö Oct. 4, 2024, 3:11 p.m. UTC | #1
On Wed, 2 Oct 2024, Martin Storsjö wrote:

> This file is never included explicitly anywhere else, it's only
> included implicitly by passing -Pconfig.asm on the command line.
> ---
> 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__
> -- 
> 2.39.5 (Apple Git-154)

Will push soon, as this is kinda trivial.

// Martin
diff mbox series

Patch

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__