<!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 don't think so.<br>
I've made several attempts at compiled ffmpeg with no success because
of this link error where revision 14661 simply links successfully.<br>
As you can see libavcodec from revision 15261 doesn't link faac for
some reason.<br>
when this linking fails ffmpeg.exe can't link successfully even when
--disable-ffmpeg so I don't build a ffmpeg.exe<br>
When it comes to vlc's libavcodec_plugin.dll can't be linked.<br>
I just tried a DVD with menu after watching it it returns to the menu<br>
but when i was watching it I need to turn deinterlace on, when
finishing watching it returned to menu but ... I just double clicked it
to get out of fullscreen<br>
Now the vout is completely "white" and I can not see the dvd menu. its
like WTF?<br>
<br>
<ul>
<li>deinterlace - 1<br>
</li>
<li>fullscreen - 0 and 1<br>
</li>
<li>dvd menu - 1<br>
</li>
<li>video output - 00000.000000000</li>
</ul>
<br>
</body>
</html>