Hi Steit (and everyone else)<br><br>Thanks for the reply. I'm using pre-built installations of both vlc and ffmpeg and as far as I can tell I have the required lame/mp3 components. However, I've decided to go back to basics and rebuild ffmpeg and vlc from the latest cvs releases of both. ffmpeg is compiled with the following 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 --with-ffmpeg-config-path=/root/ffmpeg --disable-libmpeg2 --disable-wxwidgets --disable-faac
<br><br>ffmpeg compiles ok, but when I try to compile vlc it fails with the messages below. I had a look through the mailing list and the normal response seems to be the ffmpeg compile needs to have the --enable-pp flag set, but you can 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): 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): In function `PostprocPic<br>t__ffmpeg':<br>: undefined reference to `pp_postprocess'<br>./modules/codec/ffmpeg/libffmpeg.a(libffmpeg_a-postprocess.o)(.text+0x5f8): 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): 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): 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): 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><div><span class="gmail_quote">On 12/15/05, <b class="gmail_sendername">System administration
</b> <<a href="mailto:admin@via.ecp.fr" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">admin@via.ecp.fr</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<br>The deleted attachment is at:<br>    <<a href="http://www.videolan.org/%7Eadmin/20051215-videolan/mike" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.videolan.org/~admin/20051215-videolan/mike
</a>><br><br><br>----- Forwarded message from Steit Slings <
<a href="mailto:steit.slings@communication.nl" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">steit.slings@communication.nl</a>> -----<br><br>From: Steit Slings <<a href="mailto:steit.slings@communication.nl" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
steit.slings@communication.nl</a>><br>Date: Thu, 15 Dec 2005 10:44:31 +0100
<br>To: <a href="mailto:vlc@videolan.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">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" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
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/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.videolan.org/vlc/</a><br>To unsubscribe, please read 
<a href="http://www.videolan.org/support/lists.html" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.videolan.org/support/lists.html
</a><br><br></blockquote></div><br>