Hi! Michael Kreuzer wrote:
> building dvbcut with "make FFMPEG=/usr" does not compile > and link any more with the latest snapshot of ffmpeg, > because they have change the API: > - C++ support has been removed -> ffmpeg headers have to be included > within a extern "C" directive > - new software scaler library libswscale introduced -> img_convert has > been > removed from libavcodec -> replace with swscale stuff Argh! > The attached patch fix this for SVN revision 59 of dvbcut. Does it work with the included version of ffmpeg as well? It makes no sense to maintain compatibility with a project that changes its API on a regular basis, and doesn't even provide proper releases. And it definitely doesn't make sense to change dvbcut just because it doesn't compile with the latest-and-greatest ffmpeg snapshot, since a snapshot by definition is work in progress - and there are lot of people out there who don't use it. -- Michael "Tired" Riepe <[EMAIL PROTECTED]> X-Tired: Each morning I get up I die a little ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ DVBCUT-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dvbcut-user
