Skip to content

Commit

Permalink
Correct MinGW flags in README
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Buitenhuis <[email protected]>
  • Loading branch information
dwbuiten committed Nov 19, 2012
1 parent 5e573c1 commit af99fc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ On Linux, Mac OS X, or MinGW:
-Icore core/*.cpp vs/*.cpp \
`pkg-config --libs --static libavformat libavcodec`

On MinGW, you may remove -fPIC, and you must add -Wl,--dll and remove
-Wl,-Bsymbolic.
On MinGW, you may remove -fPIC, and you must add -Wl,--dll and -Wl,--add-stdcall-alias,
while removing -Wl,-Bsymbolic.

0 comments on commit af99fc4

Please sign in to comment.