Hi! I included the Windows patch into the SVN repository. Most of it, at least. Changes against Olivier's code were:
- I skipped all cosmetic changes, i.e. hunks that modify only whitespace. - some changes didn't seem to make sense, so I omitted them. I verified that the code compiles without them. If I missed something essential, please re-submit a patch. - dvbcut now uses a (private) signed 64-bit data type for all file offsets. That should avoid the portability hassles with off_t and off64_t. Note that you may need to re-generate your index files due to this - sorry for the inconvenience. The resulting binary runs, but there's at least one bug left (as usual). At the end of the first cut segment, dvbcut dies: > Assertion failed: q>0.0, file ratecontrol.c, line 720 I'm not sure where this comes from. It doesn't happen with Olivier's binary (nor does it happen on Linux), but when I compile his original sources, the resulting binary has the same problem, so I guess it's a compiler/runtime issue. -- Michael "Tired" Riepe <[EMAIL PROTECTED]> X-Tired: Each morning I get up I die a little ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ DVBCUT-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dvbcut-user
