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
33a7b453
Commit
33a7b453
authored
Jul 03, 2014
by
Andrew Kelley
Committed by
Vittorio Giovara
Jul 09, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: mention option to mix shared/static libraries
Signed-off-by:
Vittorio Giovara
<
vittorio.giovara@gmail.com
>
parent
0307cc22
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
platform.texi
doc/platform.texi
+11
-0
No files found.
doc/platform.texi
View file @
33a7b453
...
@@ -24,6 +24,17 @@ If not, then you should install a different compiler that has no
...
@@ -24,6 +24,17 @@ If not, then you should install a different compiler that has no
hard
-
coded path to gas. In the worst case pass @code
{
--
disable
-
asm
}
hard
-
coded path to gas. In the worst case pass @code
{
--
disable
-
asm
}
to configure.
to configure.
@section Advanced linking configuration
If you compiled Libav libraries statically and you want to use them to
build your own shared library, you may need to force PIC support
(
with
@code
{
--
enable
-
pic
}
during Libav configure
)
and add the following option
to your project LDFLAGS:
@example
-
Wl,
-
Bsymbolic
@end example
@section BSD
@section BSD
BSD make will not build Libav, you need to install and use GNU Make
BSD make will not build Libav, you need to install and use GNU Make
...
...
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