<div>Thanks again Steit.</div>
<div> </div>
<div>I think that may be a cut n paste thing. I'm using putty and I know it can do funny things.</div>
<div> </div>
<div>I've taken a log of the complete process from beginning to end, complete with echo's of the commands used that can be found at <a href="http://www.londoncrime.org/vlc/complete_make.txt">http://www.londoncrime.org/vlc/complete_make.txt
</a></div>
<div><br>I think you're along the right lines, though. If I edit the log file, the point where it fails is the point at which it makes the first reference to the /root/ffmpeg directory. Maybe I might be better clearing all the dirs down, downloading the source and starting from scratch?
</div>
<div> </div>
<div>Regards</div>
<div> </div>
<div>Mike<br> </div>
<div><span class="gmail_quote">On 12/16/05, <b class="gmail_sendername">Steit Slings</b> <<a href="mailto:steit.slings@communication.nl">steit.slings@communication.nl</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi Mike,<br><br>I thgink VLC requiers the oprions defined with a double '-'  As you wrote it<br>there's only one '-'.
<br><br>try:  ./configure --help | grep ffmpeg<br><br>Steit<br><br>-----Oorspronkelijk bericht-----<br>Van: <a href="mailto:vlc-bounce@videolan.org">vlc-bounce@videolan.org</a> [mailto:<a href="mailto:vlc-bounce@videolan.org">
vlc-bounce@videolan.org</a>] Namens Mike<br>Ryan<br>Verzonden: vrijdag 16 december 2005 13:35<br>Aan: <a href="mailto:steit.slings@communication.nl">steit.slings@communication.nl</a>; <a href="mailto:vlc@videolan.org">vlc@videolan.org
</a><br>Onderwerp: [vlc] Re: vlc dvb-t recording streaming problem - no audio<br><br><br>Hi<br><br>Thanks for the reply.<br><br>ok, I started again with ffmpeg:<br>make clean<br>./configure –enable-mp3lame –enable-pp –enable-shared-pp –enable-gpl
<br>make<br>(All worked fine:<br>./ffmpeg<br>ffmpeg version CVS, build 3342336, Copyright (c) 2000-2004 Fabrice Bellard<br>configuration:  --enable-mp3lame --enable-pp --enable-shared-pp<br>--enable-gpl<br>built on Dec 16 2005 12:09:54, gcc: 
3.4.4 20050721 (Red Hat 3.4.4-2) )<br><br>Then onto vlc<br>make clean<br>export PKG_CONFIG_PATH=/root/ffmpeg:.<br>./configure -disable-mad -with-ffmpeg-mp3lame -with-ffmpeg-tree=/root/ffmpeg<br>-disable-libmpeg2 -disable-wxwidgets -disable-faac
<br>make<br>./modules/codec/ffmpeg/libffmpeg.a(libffmpeg_a-postprocess.o)(.text+0x378):<br>In function `InitPostproc__ffmpeg':<br>: undefined reference to `pp_get_context'<br>./modules/codec/ffmpeg/libffmpeg.a(libffmpeg_a-
postprocess.o )(.text+0x58b):<br>In function `PostprocPict__ffmpeg':<br>: undefined reference to `pp_postprocess'<br>./modules/codec/ffmpeg/libffmpeg.a(libffmpeg_a-postprocess.o)(.text+0x5f8):<br>In function `ClosePostproc__ffmpeg':
<br>: undefined reference to `pp_free_mode'<br>.<br>etc<br><br>I can see the reference in the libffmpeg.a binary file:<br>strings   ./modules/codec/ffmpeg/libffmpeg.a |grep pp_get_context<br>pp_get_context<br><br>(I tried all this with the " --with-ffmpeg-config-path=/root/ffmpeg" options
<br>but the results were the same.)<br><br>Obviously, the related log from the vlc make if very large, but I've stuck<br>it on here if anyone would like to have a look:<br><a href="http://www.londoncrime.org/vlc/make.txt">
http://www.londoncrime.org/vlc/make.txt</a><br><br>Thanks in advance<br><br>Mike<br><br><br><br>---------- Forwarded message ----------<br>From: Steit Slings <<a href="mailto:steit.slings@communication.nl">steit.slings@communication.nl
</a>><br>Date: Dec 16, 2005 9:50 AM<br>Subject: [vlc] Re: vlc dvb-t recording streaming problem - no audio<br>To: <a href="mailto:vlc@videolan.org">vlc@videolan.org</a><br><br>Hai Mike,<br><br>In the error messages you can see that make is using the vlc version of
<br>ffmpeg, the --with-ffmpeg-config-path=/root/ffmpeg should be<br>--with-ffmpeg-tree (at least that is what worked for me)<br><br>Steit<br><br><br>-----Oorspronkelijk bericht-----<br>Van: <a href="mailto:vlc-bounce@videolan.org">
vlc-bounce@videolan.org</a> [mailto:<a href="mailto:vlc-bounce@videolan.org">vlc-bounce@videolan.org</a>] Namens Mike<br>Ryan<br>Verzonden: donderdag 15 december 2005 23:56<br>Aan: <a href="mailto:vlc@videolan.org">vlc@videolan.org
</a><br>Onderwerp: [vlc] Re: [Steit Slings <<a href="mailto:steit.slings@communication.nl">steit.slings@communication.nl</a>>] RE: vlc<br>dvb-t recording streaming problem - no audio<br><br><br>Hi Steit (and everyone else)
<br><br>Thanks for the reply. I'm using pre-built installations of both vlc and<br>ffmpeg and as far as I can tell I have the required lame/mp3 components.<br>However, I've decided to go back to basics and rebuild ffmpeg and vlc from
<br>the latest cvs releases of both. ffmpeg is compiled with the following<br>options:<br>./configure --enable-mp3lame --enable-pp --enable-shared-pp --enable-gpl<br>and vlc is compiled with the following options<br>./configure --disable-mad --with-ffmpeg-mp3lame
<br>--with-ffmpeg-config-path=/root/ffmpeg --disable-libmpeg2<br>--disable-wxwidgets --disable-faac<br><br>ffmpeg compiles ok, but when I try to compile vlc it fails with the messages<br>below. I had a look through the mailing list and the normal response seems
<br>to be the ffmpeg compile needs to have the --enable-pp flag set, but you can<br>see above that I've done that. Any other thoughts/suggestions<br><br>Thanks in advance<br><br>Mike<br><br>./modules/codec/ffmpeg/libffmpeg.a(libffmpeg_a- 
postprocess.o)(.text+0x378):<br>In function `InitPostpro<br>c__ffmpeg':<br>: undefined reference to `pp_get_context'<br>./modules/codec/ffmpeg/libffmpeg.a(libffmpeg_a- postprocess.o)(.text+0x58b):<br>In function `PostprocPic
<br>t__ffmpeg':<br>: undefined reference to `pp_postprocess'<br>./modules/codec/ffmpeg/libffmpeg.a(libffmpeg_a-postprocess.o)(.text+0x5f8):<br>In function `ClosePostpr<br>oc__ffmpeg':<br>: undefined reference to `pp_free_mode'
<br>./modules/codec/ffmpeg/libffmpeg.a(libffmpeg_a-postprocess.o)(.text+0x606):<br>In function `ClosePostpr<br>oc__ffmpeg':<br>: undefined reference to `pp_free_context'<br>./modules/codec/ffmpeg/libffmpeg.a(libffmpeg_a-postprocess.o
 )(.text+0x669):<br>In function `PPQCallback<br>':<br>: undefined reference to `pp_get_mode_by_name_and_quality'<br>./modules/codec/ffmpeg/libffmpeg.a(libffmpeg_a- postprocess.o)(.text+0x70c):<br>In function `PPQCallback<br>
':<br>: undefined reference to `pp_get_mode_by_name_and_quality'<br>collect2: ld returned 1 exit status<br>make[2]: *** [vlc] Error 1<br>make[2]: Leaving directory `/root/vlc- 0.8.4a'<br>make[1]: *** [all-recursive] Error 1
<br>make[1]: Leaving directory `/root/vlc-0.8.4a'<br>make: *** [all] Error 2<br><br><br><br>On 12/15/05, System administration <<a href="mailto:admin@via.ecp.fr">admin@via.ecp.fr</a>> wrote:<br><br>The deleted attachment is at:
<br>  <<a href="http://www.videolan.org/~admin/20051215-videolan/mike">http://www.videolan.org/~admin/20051215-videolan/mike</a> ><br><br><br>----- Forwarded message from Steit Slings < <a href="mailto:steit.slings@communication.nl">
steit.slings@communication.nl</a>><br>-----<br><br>From: Steit Slings < <a href="mailto:steit.slings@communication.nl">steit.slings@communication.nl</a>><br>Date: Thu, 15 Dec 2005 10:44:31 +0100<br>To: <a href="mailto:vlc@videolan.org">
vlc@videolan.org</a><br>Subject: RE: [vlc] vlc dvb-t recording streaming problem - no audio<br><br>Hai Mike,<br><br>I think you forgot the --with-ffmpeg-mp3lame in the config. Have you<br>compiled ffmpeg with lame support?
<br><br>Steit.<br><br>----- End forwarded message -----<br><br>--<br>System administration < <a href="mailto:admin@via.ecp.fr">admin@via.ecp.fr</a>><br>VIA, École Centrale Paris, France<br><br>--<br>This is the vlc mailing-list, see 
<a href="http://www.videolan.org/vlc/">http://www.videolan.org/vlc/</a><br>To unsubscribe, please read <a href="http://www.videolan.org/support/lists.html">http://www.videolan.org/support/lists.html</a><br><br>--<br>This is the vlc mailing-list, see 
<a href="http://www.videolan.org/vlc/">http://www.videolan.org/vlc/</a><br>To unsubscribe, please read <a href="http://www.videolan.org/support/lists.html">http://www.videolan.org/support/lists.html</a><br><br><br><br>--<br>
This is the vlc mailing-list, see <a href="http://www.videolan.org/vlc/">http://www.videolan.org/vlc/</a><br>To unsubscribe, please read <a href="http://www.videolan.org/support/lists.html">http://www.videolan.org/support/lists.html
</a><br><br></blockquote></div><br>