OLD | NEW |
1 NAME=ffmpeg | 1 NAME=ffmpeg |
2 VERSION=2.6.1 | 2 VERSION=2.6.1 |
3 URL=http://ffmpeg.org/releases/ffmpeg-2.6.1.tar.bz2 | 3 URL=http://ffmpeg.org/releases/ffmpeg-2.6.1.tar.bz2 |
4 LICENSE=GPL,LGPL | 4 LICENSE=GPL,LGPL |
5 CONFLICTS=(libav) | 5 CONFLICTS=(libav) |
6 # Disabled on arm due to non-optional arm in .S files. | 6 # Disabled on arm due to non-optional arm in .S files. |
7 DISABLED_ARCH=(arm) | 7 DISABLED_ARCH=(arm) |
8 DEPENDS=(lame libvorbis libtheora glibc-compat) | 8 DEPENDS=(lame libvorbis libtheora glibc-compat libvpx) |
9 SHA1=dfcd13e7c3e65a59cbe4cab85718ae84da824c5b | 9 SHA1=dfcd13e7c3e65a59cbe4cab85718ae84da824c5b |
10 DISABLED_TOOLCHAIN=(emscripten) | 10 DISABLED_TOOLCHAIN=(emscripten) |
OLD | NEW |