[vlc-devel] Re: CVS Commit (yves)

Yves Duret yves at zarb.org
Mon Dec 16 08:36:02 CET 2002


On Mon, Dec 16, 2002 at 12:08:33AM +0100, Laurent Aimar wrote:
> On Sun, Dec 15, 2002, cvs at videolan.org wrote:
> > Update of /var/cvs/videolan/vlc
> > Modified Files:
> > 	vlc.spec 
> > Log Message:
> > you can now build RPMs.
> > (ffmpeg still not working properly cause configure.ac seems to sucks)
> 
>  What is the problem with it or which option doesn't work ?
> (for me --with-ffmpeg-tree works and we should always compile ffmpeg in
> static)

yep, I want, of course, to compile it static too.
The pb is that configure does not look for libavcodec.a and ffmpeg
headers where the ffmpeg Makefile puts them (using make install and make
installlib rules).
             ffmpeg                 configure
.a   usr/lib/libavcodec.a   ${real_ffmpeg_tree}/libavcodec/libavcodec.a
.h   usr/include/ffmpeg/*h  ${with_ffmpeg}/include/libffmpeg/*.h

so my question is why ? you certainly have excellent reasons, but i can
not figure them. historycal ones ? debian packages are doing this way ?
using ffmpeg Makefile install, installlib is bad because..
Simply using ${real_ffmpeg_tree}/libavcodec.a and ${with_ffmpeg}/include
won't prevent to work for you too (just re-adjust path tree).
-- 
Yves Duret
yves at zarb.org
piouk toujours et meme apres !
-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc-devel mailing list