add libvpx to readme

This commit is contained in:
j 2010-05-23 00:41:00 +02:00
parent 23b9c6e5ea
commit 4b42b2b5ac
2 changed files with 3 additions and 3 deletions

4
README
View file

@ -1,10 +1,10 @@
oxframe - extract frames from ogg videos oxframe - extract frames from ogg or webm videos
dependencies: dependencies:
liboggz git clone git://git.xiph.org/liboggz.git liboggz git clone git://git.xiph.org/liboggz.git
liboggplay git clone git://git.xiph.org/liboggplay.git liboggplay git clone git://git.xiph.org/liboggplay.git
libtheora apt-get install libtheora-dev libtheora apt-get install libtheora-dev
libvpx git clone git://review.webmproject.org/libvpx.git

View file

@ -1,6 +1,6 @@
/* -*- tab-width:2;c-file-style:"cc-mode"; -*- */ /* -*- tab-width:2;c-file-style:"cc-mode"; -*- */
/* /*
* oxframe.c -- dump frame from a theora file * oxframe.c -- dump frame from an Ogg or WebM file
* Copyright (C) 20010 <j@mailb.org> * Copyright (C) 20010 <j@mailb.org>
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify