Ticket #36890: Portfile.ffmpeg_1.0_1.diff
File Portfile.ffmpeg_1.0_1.diff, 2.7 KB (added by ccarey@…, 12 years ago) |
---|
-
Portfile
old new 28 28 file format to another. It also supports grabbing and \ 29 29 encoding in real time from a TV card. \ 30 30 \ 31 ffserver is an HTTP (RTSP is being develop ped) \31 ffserver is an HTTP (RTSP is being developed) \ 32 32 multimedia streaming server for live broadcasts. Time \ 33 33 shifting of live broadcast is also supported. \ 34 34 \ … … 40 40 \ 41 41 libavcodec is a library containing all the ffmpeg \ 42 42 audio/video encoders and decoders. Most codecs were \ 43 develop ped from scratch to ensure best performances\43 developed from scratch to ensure best performance \ 44 44 and high code reusability. \ 45 45 \ 46 46 libavformat is a library containing parsers and \ … … 66 66 port:libtheora \ 67 67 port:libmodplug \ 68 68 port:jack \ 69 port:dirac \70 69 port:schroedinger \ 71 70 port:openjpeg \ 71 port:freetype \ 72 72 path:lib/libspeex.dylib:speex \ 73 73 port:libvpx \ 74 74 path:lib/pkgconfig/sdl.pc:libsdl \ … … 109 109 --enable-libmodplug \ 110 110 --enable-libvpx \ 111 111 --enable-libspeex \ 112 --enable-libfreetype \ 112 113 --disable-mmx \ 113 --disable-mmx 2\114 --disable-mmxext \ 114 115 --disable-sse \ 115 116 --disable-ssse3 \ 116 117 --disable-amd3dnow \ … … 138 139 # absence of altivec is not automatically detected 139 140 if {[catch {sysctl hw.vectorunit} result] || $result == 0} { 140 141 configure.args-append --disable-altivec 142 } else { 143 # the compile-time presence of Altivec can be automatically detected if the --cpu option is provided 144 if {[catch {machine} machine] == 1} { 145 if {$machine eq "ppc7450"} { 146 configure.args-append --cpu=ppc7450 147 } 148 } 141 149 } 142 150 } 143 151 … … 170 178 } 171 179 172 180 variant mmx description {enable all supported x86 asm optimizations} { 173 configure.args-delete --disable-mmx --disable-mmx 2--disable-sse --disable-ssse3 --disable-amd3dnow --disable-amd3dnowext181 configure.args-delete --disable-mmx --disable-mmxext --disable-sse --disable-ssse3 --disable-amd3dnow --disable-amd3dnowext 174 182 } 175 183 176 184 variant gpl2 description {Enable GPL code, license will be GPL-2+} {