On Wed, 2008-03-26 at 15:16 +0100, Wolfram Gloger wrote:
> Hi,
> 
> > I would like to compile against my local FFmpeg headers/libs. This works
> > well when compiling with make FFMPEG=/usr/local (ffmpeg.src does not get
> > used), but apparently not when compiling a Debian package: even after
> > appending FFMPEG=/usr/local to $(MAKE) in debian/rules , ffmpeg.src is
> > still compiled and linked statically into the debianized binary package.
> 
> That sounds very strange.  After you've added $(MAKE)
> FFMPEG=/usr/local to debian/rules, then the result of './debian rules
> build' _must_ be the same as running 'make FFMPEG=/usr/local' (except
> for the size of the environment when scons is called..).  I've done
> this, and it worked well.
> 

This works well and links indeed to the local ffmpeg, but it does not
produce a Debian package though (only a binary in the respective
directory). On the other hand, the deb file made by dpkg-buildpackage
still includes the old ffmpeg statically.

> That said, I would try an scons update -- a long time ago I had very
> strange problems with this issue, too, and upgrading scons helped.
> What version are you using?  I'd recommend 0.97.0d20080304-1 (this has
> better diagnostics when debugging IMHO) or at least 0.96.93-2.
> 

0.97.0d20080304 is exactly the version I use.

> > PS: BTW why does dvbcut contain an age-old ffmpeg snapshot?
> 
> Check the mailing list archives, it has been discussed at length.  As
> long as dvbcut still compiles against current ffmpeg, I personally see
> no problem.
> 

Yes, I see, but it seems that building a .deb dynamically linked to a
new ffmpeg is not as straightforward as it should be...




-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
DVBCUT-user mailing list
DVBCUT-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dvbcut-user

Reply via email to