<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Jean-Baptiste Kempf wrote:
<blockquote cite="mid:20080914080417.GA3822@via.ecp.fr" type="cite">
  <pre wrap="">On Sun, Sep 14, 2008 at 05:50:27PM +1000, xxcv wrote :
  </pre>
  <blockquote type="cite">
    <pre wrap="">git version control wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">[vlc] [branch: refs/tags/0.9.2]
Tag:    785017ac0a36194e219e444a82c46a37104c4de4
 
      </pre>
      <blockquote type="cite">
        <pre wrap=""><a class="moz-txt-link-freetext" href="http://git.videolan.org/gitweb.cgi/vlc.git?a=tag;h=785017ac0a36194e219e444a82c46a37104c4de4">http://git.videolan.org/gitweb.cgi/vlc.git?a=tag;h=785017ac0a36194e219e444a82c46a37104c4de4</a>
   
        </pre>
      </blockquote>
      <pre wrap="">Tagger: Jean-Baptiste Kempf <a class="moz-txt-link-rfc2396E" href="mailto:jb@videolan.org"><jb@videolan.org></a>
Date:   Sat Sep 13 23:56:00 2008 -0700

VLC media player 0.9.2 - Codename Grishenko
Thanks to everyone.
_______________________________________________
vlc-devel mailing list
To unsubscribe or modify your subscription options:
<a class="moz-txt-link-freetext" href="http://mailman.videolan.org/listinfo/vlc-devel">http://mailman.videolan.org/listinfo/vlc-devel</a>

 
      </pre>
    </blockquote>
    <pre wrap="">You can not possibly compile and link libavcodec_plugin ! with ffmpeg 
revision 15261
See this build failed.
    </pre>
    <blockquote type="cite">
      <pre wrap="">/usr/local/win32/lib/libavcodec.a(libfaac.o):libfaac.c:(.text+0x3b): 
undefined reference to `_faacEncOpen'
/usr/local/win32/lib/libavcodec.a(libfaac.o):libfaac.c:(.text+0x45): 
undefined reference to `_faacEncGetCurrentConfiguration'
/usr/local/win32/lib/libavcodec.a(libfaac.o):libfaac.c:(.text+0x96): 
undefined reference to `_faacEncClose'
/usr/local/win32/lib/libavcodec.a(libfaac.o):libfaac.c:(.text+0x146): 
undefined reference to `_faacEncSetConfiguration'
/usr/local/win32/lib/libavcodec.a(libfaac.o):libfaac.c:(.text+0x1ae): 
undefined reference to `_faacEncGetDecoderSpecificInfo'
/usr/local/win32/lib/libavcodec.a(libfaac.o):libfaac.c:(.text+0x276): 
undefined reference to `_faacEncEncode'
/usr/local/win32/lib/libavcodec.a(libfaac.o):libfaac.c:(.text+0x2b4): 
undefined reference to `_faacEncClose'
Creating library file: .libs/libavcodec_plugin.dll.a
collect2: ld returned 1 exit status
make[7]: *** [libavcodec_plugin.la] Error 1
      </pre>
    </blockquote>
    <pre wrap="">What the heck is wrong with ffmpeg libavcodec and FAAC for not linking ?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
You are missing a -lfaac

  </pre>
</blockquote>
I can tell you that I tried even to change command line to order of
where it places -lfaac it simply will not link.<br>
<br>
</body>
</html>