<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
EdorFaus wrote:
<blockquote cite="mid200409010345.31299.p5zna5z02@sneakemail.com"
 type="cite">
  <pre wrap="">
  </pre>
  <blockquote type="cite">
    <pre wrap="">I would like to know if the libjpeg is compiled into mencoder or do I
need to get a dll or something for it work?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
If it is available for use, then I believe libjpeg is compiled into mencoder.
If you want to check if it is available, then you can run this command:

mplayer -vc help

and you'll get a (long) list of available codecs. On my system, there are 181 
lines(one codec per line), one of them this one:

ijpg        ijpg      working   Independent JPEG Group's codec  [libjpeg]

which tells me that libjpeg support is compiled in.
If the list gets too long for your screen, you can use this one to get one 
screenful at a time:

mplayer -vc help | more
  </pre>
</blockquote>
I tried that command and I also got a long list of available codecs,
including the same line you got regarding libjpeg.<br>
<br>
Thanks for helping, but I am still stuck :(<br>
</body>
</html>