[x264-devel] x264 dll in windows
Dolevo Jay
cmst at live.com
Tue Dec 3 17:13:03 CET 2013
Hi,
I use --enable-win32thread flag to remove dependency on pthread on windows.
From: karthik1990r at gmail.com
Date: Mon, 2 Dec 2013 21:33:30 +0530
To: x264-devel at videolan.org
Subject: [x264-devel] x264 dll in windows
I try to compile x264 source code to generate the lib and dll to use them in visual studio 2010. I compiled using mingw tool. ./configure --disable-cli --enable-shared --extra-ldflags=-Wl,--output-def=libx264.def
The generated dll has dependency on pthreadgc2.dll if threads are posix and dependent on libgcc_s_dw2-1.dll if threads are win32. So I would place those dependent files to use that x264.dll.
Can anyone tell, how to build x264 dll so that, there are no dependencies during runtime?
_______________________________________________
x264-devel mailing list
x264-devel at videolan.org
https://mailman.videolan.org/listinfo/x264-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x264-devel/attachments/20131203/56e401ce/attachment.html>
More information about the x264-devel
mailing list