[mythtv-commits] Ticket #9994: Mythmusic: commit c9fc987 breaks Linux build

MythTV noreply at mythtv.org
Thu Aug 18 18:10:21 UTC 2011


#9994: Mythmusic: commit c9fc987 breaks Linux build
-------------------------------------------------+-------------------------
 Reporter:  Lawrence Rust <lvr@…>                |          Owner:  paulh
     Type:  Bug Report - General                 |         Status:  new
 Priority:  minor                                |      Milestone:  unknown
Component:  Plugin - MythMusic                   |        Version:  Trunk
 Severity:  medium                               |  Head
 Keywords:  goom sse2                            |     Resolution:
                                                 |  Ticket locked:  0
-------------------------------------------------+-------------------------

Comment (by foobum@…):

 Hand written, untested patch:

 {{{
 zoom_filter_sse2.c

 line 62:
          if ((pos2y >= (int)ay) || (pos2x >= (int)ax))
              pos2 = coeff2 = 0;

 +        expix2 += count;


 line 104:
              "packuswb   %%xmm5, %%xmm4  \n\t"
 -            "movq       %%xmm4,(%6,%7,4)\n\t"
 +            "movq       %%xmm4,(%6)     \n\t"
              ::"m"(coeff1),"m"(coeff2),"r"(expix1),"r"(pos1),"r"(pos2),
 -            "r"((long)prevX),"r"(expix2),"r"(count)"
 +            "r"((long)prevX),"r"(expix2)
          );
 }}}

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/9994#comment:6>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list