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. 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. > 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. Regards, Wolfram. ------------------------------------------------------------------------- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/dvbcut-user
