]> git.sesse.net Git - x264/commit
Get rid of fPIC warnings when compiling a shared library on Windows
authorHenrik Gramner <henrik@gramner.com>
Sun, 24 May 2015 21:21:20 +0000 (23:21 +0200)
committerHenrik Gramner <henrik@gramner.com>
Sat, 25 Jul 2015 20:52:54 +0000 (22:52 +0200)
commit3f8c8eb1758d0fa890538eba6f5e699c93dc1304
tree6850ad43e4b6de91adfbd7e85c92d2f5f02926f2
parent0c21480fa2fdee345a3049e2169624dc6fc2acfc
Get rid of fPIC warnings when compiling a shared library on Windows

PIC is always enabled when compiling for Windows so gcc complains when using
-fPIC since it doesn't do anything.
configure