PATCH: Fix make install for Windows

Motofumi Oka <[email protected]> Thu, 15 Sep 2011 09:34:11 +0900
Newsgroups gmane.comp.video.xvid.devel
Message-ID <CACp0aOc_6AcMDqRnxheEran+dGmoQVXxZWfPPD2_Q4a8S4sjQw@mail.gmail.com>
Hi.

Currentry, if `make install` is done, xvidcore.dll is installed into $libdir
and xvidcore.dll.a is not installed anywhere.
I think this is wrong.
xvidcore.dll should be installed into $bindir, and xvidcore.dll.a should be
installed into $libdir.
Therefore, I wrote this patch.
http://pastebin.com/hD3GJr7a

Regards,
Motofumi