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
f9c59f26c852cec4dd7e5c04d26ec284a796a919
f9c59f26c852cec4dd7e5c04d26ec284a796a919
Switch branch/tag
ffmpeg.wasm-core
libswscale
libswscale.v
Find file
Normal view
History
Permalink
libswscale.v
90 Bytes
Edit
Web IDE
Newer
Older
build: Change structure of the linker version script templates
535a742c
Diego Biurrun
committed
8 years ago
1
2
3
4
5
6
LIBSWSCALE_MAJOR
{
global:
swscale_
*;
sws_
*;
local:
*;
Add symbol versioning for shared libraries
e8393e1c
Måns Rullgård
committed
15 years ago
7
};