[mythtv-commits] Ticket #3827: Fix for compile error

MythTV mythtv at cvs.mythtv.org
Tue Aug 14 20:47:38 UTC 2007


#3827: Fix for compile error
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |       Owner:  ijr    
     Type:  defect     |      Status:  new    
 Priority:  minor      |   Milestone:  unknown
Component:  mythtv     |     Version:  unknown
 Severity:  medium     |     Mlocked:  0      
-----------------------+----------------------------------------------------
 Here is what I had to do fix a compile error.

 {{{
 --- mythtv/libs/libavcodec/avcodec.h.orig       2007-08-14
 16:41:35.382943338 -0400
 +++ mythtv/libs/libavcodec/avcodec.h    2007-08-14 16:41:58.946773194
 -0400
 @@ -43,7 +43,7 @@

  #define LIBAVCODEC_IDENT        "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)

 -#define AV_NOPTS_VALUE          INT64_C(0x8000000000000000)
 +#define AV_NOPTS_VALUE          INT64_C(0x8000000000000000ULL)
  #define AV_TIME_BASE            1000000
  #define AV_TIME_BASE_Q          (AVRational){1, AV_TIME_BASE}

 }}}

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/3827>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list