mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 18:40:03 +01:00
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@martin.st>
This commit is contained in:
@@ -20,7 +20,6 @@
|
|||||||
;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
;******************************************************************************
|
;******************************************************************************
|
||||||
|
|
||||||
%include "config.asm"
|
|
||||||
%include "libavutil/x86/x86util.asm"
|
%include "libavutil/x86/x86util.asm"
|
||||||
|
|
||||||
%ifdef __NASM_VER__
|
%ifdef __NASM_VER__
|
||||||
|
|||||||
Reference in New Issue
Block a user