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
978e711b
Commit
978e711b
authored
Jun 22, 2011
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
general.texi: remove reference to --enable-memalign-hack, no longer required
parent
470ac143
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
general.texi
doc/general.texi
+3
-3
No files found.
doc/general.texi
View file @
978e711b
...
@@ -961,7 +961,7 @@ MSVC++-compatible import libraries.
...
@@ -961,7 +961,7 @@ MSVC++-compatible import libraries.
@item Build FFmpeg with
@item Build FFmpeg with
@example
@example
.
/
configure
--
enable
-
shared
--
enable
-
memalign
-
hack
.
/
configure
--
enable
-
shared
make
make
make install
make install
@end example
@end example
...
@@ -1083,12 +1083,12 @@ and add some special flags to your configure invocation.
...
@@ -1083,12 +1083,12 @@ and add some special flags to your configure invocation.
For a static build run
For a static build run
@example
@example
.
/
configure
--
target
-
os
=
mingw
32
--
enable
-
memalign
-
hack
--
enable
-
static
--
disable
-
shared
--
extra
-
cflags
=-
mno
-
cygwin
--
extra
-
libs
=-
mno
-
cygwin
.
/
configure
--
target
-
os
=
mingw
32
--
enable
-
static
--
disable
-
shared
--
extra
-
cflags
=-
mno
-
cygwin
--
extra
-
libs
=-
mno
-
cygwin
@end example
@end example
and for a build with shared libraries
and for a build with shared libraries
@example
@example
.
/
configure
--
target
-
os
=
mingw
32
--
enable
-
memalign
-
hack
--
enable
-
shared
--
disable
-
static
--
extra
-
cflags
=-
mno
-
cygwin
--
extra
-
libs
=-
mno
-
cygwin
.
/
configure
--
target
-
os
=
mingw
32
--
enable
-
shared
--
disable
-
static
--
extra
-
cflags
=-
mno
-
cygwin
--
extra
-
libs
=-
mno
-
cygwin
@end example
@end example
@bye
@bye
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