Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
ad76e6e7
Commit
ad76e6e7
authored
Sep 11, 2013
by
Henrik Gramner
Committed by
Derek Buitenhuis
Oct 07, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x86inc: Set ELF hidden visibility for global constants
Signed-off-by:
Derek Buitenhuis
<
derek.buitenhuis@gmail.com
>
parent
e52567c2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
x86inc.asm
libavutil/x86/x86inc.asm
+5
-1
No files found.
libavutil/x86/x86inc.asm
View file @
ad76e6e7
...
@@ -709,7 +709,11 @@ BRANCH_INSTR jz, je, jnz, jne, jl, jle, jnl, jnle, jg, jge, jng, jnge, ja, jae,
...
@@ -709,7 +709,11 @@ BRANCH_INSTR jz, je, jnz, jne, jl, jle, jnl, jnle, jg, jge, jng, jnge, ja, jae,
%macro
const
2
+
%macro
const
2
+
%
xdefine
%1
mangle
(
private_prefix
%
+
_
%
+
%1
)
%
xdefine
%1
mangle
(
private_prefix
%
+
_
%
+
%1
)
global
%1
%
ifidn
__OUTPUT_FORMAT__
,
elf
global
%1
:
data
hidden
%
else
global
%1
%
endif
%1
:
%2
%1
:
%2
%endmacro
%endmacro
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment