<div>Hi</div>
<div> </div>
<div>Thanks for the reply.</div>
<div> </div>
<div>ok, I started again with ffmpeg:</div>
<div>make clean</div>
<div>./configure –enable-mp3lame –enable-pp –enable-shared-pp –enable-gpl</div>
<div>make</div>
<div>(All worked fine:</div>
<div>./ffmpeg</div>
<div>ffmpeg version CVS, build 3342336, Copyright (c) 2000-2004 Fabrice Bellard<br>  configuration:  --enable-mp3lame --enable-pp --enable-shared-pp --enable-gpl<br>  built on Dec 16 2005 12:09:54, gcc: 3.4.4 20050721 (Red Hat 
3.4.4-2) )<br> </div>
<div>Then onto vlc</div>
<div>make clean</div>
<div>export PKG_CONFIG_PATH=/root/ffmpeg:.<br>./configure -disable-mad -with-ffmpeg-mp3lame -with-ffmpeg-tree=/root/ffmpeg -disable-libmpeg2 -disable-wxwidgets -disable-faac</div>
<div>make</div>
<div>./modules/codec/ffmpeg/libffmpeg.a(libffmpeg_a-postprocess.o)(.text+0x378): In function `InitPostproc__ffmpeg':<br>: undefined reference to `pp_get_context'<br>./modules/codec/ffmpeg/libffmpeg.a(libffmpeg_a-postprocess.o
)(.text+0x58b): In function `PostprocPict__ffmpeg':<br>: undefined reference to `pp_postprocess'<br>./modules/codec/ffmpeg/libffmpeg.a(libffmpeg_a-postprocess.o)(.text+0x5f8): In function `ClosePostproc__ffmpeg':<br>: undefined reference to `pp_free_mode'
<br>. </div>
<div>etc</div>
<div> </div>
<div>I can see the reference in the libffmpeg.a binary file:</div>
<div>strings   ./modules/codec/ffmpeg/libffmpeg.a |grep pp_get_context<br>pp_get_context</div>
<div> </div>
<div>(I tried all this with the " --with-ffmpeg-config-path=/root/ffmpeg" options but the results were the same.)</div>
<div> </div>
<div>Obviously, the related log from the vlc make if very large, but I've stuck it on here if anyone would like to have a look:</div>
<div><a href="http://www.londoncrime.org/vlc/make.txt">http://www.londoncrime.org/vlc/make.txt</a></div>
<div> </div>
<div>Thanks in advance</div>
<div> </div>
<div>Mike</div>
<div> </div>
<div><br><br>---------- Forwarded message ----------<br><span class="gmail_quote">From: <b class="gmail_sendername">Steit Slings</b> <<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></span>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> </div>