Opened 15 years ago

Last modified 15 years ago

#17415 closed update

ffmpeg port update r15943 — at Version 1

Reported by: anddam (Andrea D'Amore) Owned by: acho@…
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: port update Cc:
Port: ffmpeg

Description (last modified by andrea.damore@…)

I updated the ffmpeg port to have alac encoding support in m4a files, I dropped the default variants as liba52 is not supported anymore by configure script, ffmpeg has its own library now. Fixing this ticket could probably close #17310 too.

I didn't create patchfile, you should just change

  • revision to 13
  • svn revision variables to:
    set svn_rev 15943
    set swscale_svn_rev 27970
    
  • and the libwscale line in fetch phase to:
    system "svn co -r${swscale_svn_rev} svn://svn.mplayerhq.hu/mplayer/trunk/libswscale ${distpath}/${svn_rev}/trunk/libswscale"
    

Change History (1)

comment:1 Changed 15 years ago by andrea.damore@…

Description: modified (diff)
Note: See TracTickets for help on using tickets.