Magellan Linux

Diff of /trunk/extras/gst-plugins-ugly/gst-plugins-ugly-0.10.13-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 4558 by niro, Fri Dec 25 10:59:44 2009 UTC revision 4559 by niro, Fri Dec 25 11:11:29 2009 UTC
# Line 40  SRC_URI=( Line 40  SRC_URI=(
40    
41  UP2DATE="updatecmd http://gstreamer.freedesktop.org/src/${PNAME}/ | lasttarball"  UP2DATE="updatecmd http://gstreamer.freedesktop.org/src/${PNAME}/ | lasttarball"
42    
43    src_prepare()
44    {
45     munpack ${SRCFILE} || die
46     cd ${SRCDIR}
47    
48     # fix compilation against newer x264:
49     #  b_bframe_pyramid was renamed to i_bframe_pyramid
50     sed -i 's:b_bframe_pyramid:i_bframe_pyramid:g' ext/x264/gstx264enc.c || die
51    }
52    
53  src_compile()  src_compile()
54  {  {
55   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.4558  
changed lines
  Added in v.4559