[mythtv-commits] Re: Ticket #823: Patch: Fix compile issue on GCC-4.1.0 x86_64

MythTV mythtv at cvs.mythtv.org
Sat Dec 17 14:46:27 EST 2005


#823: Patch: Fix compile issue on GCC-4.1.0 x86_64
-----------------------------------+----------------------------------------
 Reporter:  mythtv at feature-it.com  |        Owner:  ijr
     Type:  defect                 |       Status:  new
 Priority:  major                  |    Milestone:     
Component:  mythtv                 |      Version:     
 Severity:  high                   |   Resolution:     
-----------------------------------+----------------------------------------
Comment (by mythtv at feature-it.com):

 Additionally for honoring ANSI C conventions, the following patch has to
 be made to compile with GCC-4.1.0

 {{{

 }}}
 Index: libs/libmythtv/avformatdecoder.cpp
 ===================================================================
 --- libs/libmythtv/avformatdecoder.cpp  (revision 8301)
 +++ libs/libmythtv/avformatdecoder.cpp  (working copy)
 @@ -55,6 +55,8 @@
  void release_avf_buffer_xvmc(struct AVCodecContext *c, AVFrame *pic);
  void render_slice_xvmc(struct AVCodecContext *s, const AVFrame *src,
                         int offset[4], int y, int type, int height);
 +void decode_cc_dvd(struct AVCodecContext *s, const uint8_t *buf, int
 buf_size);
 +void decode_cc_atsc(struct AVCodecContext *s, const uint8_t *buf, int
 buf_size);

  static void align_dimensions(AVCodecContext *avctx, uint &width, uint
 &height)
  {

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/823>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list