Ticket #16101: patch-ffmpeg-Portfile-proposed.diff
File patch-ffmpeg-Portfile-proposed.diff, 1.1 KB (added by dbevans (David B. Evans), 16 years ago) |
---|
-
Portfile
old new 47 47 if {![file isdirectory ${distpath}/${svn_rev}]} { 48 48 file mkdir ${distpath}/${svn_rev} 49 49 system "svn export -r${svn_rev} --ignore-externals svn://svn.mplayerhq.hu/ffmpeg/trunk ${distpath}/${svn_rev}/trunk" 50 system "svn export -r2734 7svn://svn.mplayerhq.hu/mplayer/trunk/libswscale ${distpath}/${svn_rev}/trunk/libswscale"50 system "svn export -r27349 svn://svn.mplayerhq.hu/mplayer/trunk/libswscale ${distpath}/${svn_rev}/trunk/libswscale" 51 51 } 52 52 } 53 53 … … 148 148 } 149 149 } 150 150 variant avfilter requires gpl description {video filter support (replaces vhook)} { 151 patchfiles-append patch-libswscale-Makefile.diff \ 152 patch-Makefile.diff patch-libavfilter-Makefile.diff 153 configure.args-append --enable-swscaler --enable-avfilter 151 patchfiles-append patch-libswscale-Makefile.diff patch-configure.diff 152 configure.args-append --enable-swscale --enable-avfilter 154 153 155 154 # keep vhook as long as avfilter isnt working fully 156 155 configure.args-delete --disable-vhook