<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Hello,<br><br>I downloaded the ffmpeg source code and the build dev from www.zeranoe.com for windows, and I try to compile the example <br>doc\examples\encoding_decoding.c<br>in windows using MinGW, but the makefile describes only how to compile in Linux.<br>Since
 you are able to build ffmpeg under windows, what are the gcc commmand 
to compile the file using "lib\libavformat.dll.a" and others?<br><br>I know that in ubuntu I use this:<br>gcc -o encoding_decoding.c -Wall -c encoding_decoding.c -lavformat -lavcodec<br><br>but how to specify the path to the libraries in windows<br>My folder hierarchi<br>Encoder<br><blockquote>encoding_decoding.c<br>include<br><blockquote>libavformat<br>libavutil<br>libavcodec<br>.<br>.<br></blockquote>lib<br><blockquote>libavformat.dll.a<br>libavcodec.dll.a<br>.<br>.<br></blockquote></blockquote><br>Thanks in advance<br>Zouhair                                          </div></body>
</html>