Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-10-08 18:58:02 +0300
committerDiego Biurrun <diego@biurrun.de>2016-10-18 14:09:09 +0300
commit7911186ed616ae81dd8617d6d0e8b08c818db9d8 (patch)
tree503690a729cd74ee11e2b65bf34bf7266214d7ed /libavutil/x86/emms.asm
parentbe9dba5c8abc6ecf0b8ee4ccb11c7850327fcf8d (diff)
emms: Give apriv_emms_yasm() a more general name
Diffstat (limited to 'libavutil/x86/emms.asm')
-rw-r--r--libavutil/x86/emms.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavutil/x86/emms.asm b/libavutil/x86/emms.asm
index a6851acc99..05557de5da 100644
--- a/libavutil/x86/emms.asm
+++ b/libavutil/x86/emms.asm
@@ -23,8 +23,8 @@
SECTION .text
;-----------------------------------------------------------------------------
-; void avpriv_emms_yasm(void)
+; void avpriv_emms_asm(void)
;-----------------------------------------------------------------------------
-cvisible emms_yasm, 0, 0
+cvisible emms_asm, 0, 0
emms
RET