[mythtv-commits] Ticket #9252: [PATHCH] commit r27283 breaks libmyth compile for Windows

MythTV mythtv at cvs.mythtv.org
Thu Nov 18 20:49:03 UTC 2010


#9252: [PATHCH] commit r27283 breaks libmyth compile for Windows
--------------------------------------------------+-------------------------
 Reporter:  Lawrence Rust <lvr@…>                 |            Type:  Patch - Bug Fix 
   Status:  new                                   |        Priority:  minor           
Milestone:  unknown                               |       Component:  MythTV - General
  Version:  Trunk Head                            |        Severity:  medium          
 Keywords:  Windows posix_fadvise                 |   Ticket locked:  0               
--------------------------------------------------+-------------------------
 The recent commit r27283 added calls to posix_fadvise() in
 libmythtv/RingBuffer.cpp and libmythtv/ThreadedFileWriter.cpp but in
 systems without HAVE_POSIX_FADVISE, such as Win32, then the constants
 passed to this function are undefined.  The attached patch fixes this.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/9252>
MythTV <http://www.mythtv.org/>
MythTV Media Center


More information about the mythtv-commits mailing list