Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(273)

Side by Side Diff: ports/ffmpeg/pkg_info

Issue 1409393006: Add libvpx port (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ports/ffmpeg/build.sh ('k') | ports/libvpx/build.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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)
OLDNEW
« no previous file with comments | « ports/ffmpeg/build.sh ('k') | ports/libvpx/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698