diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-23 13:11:08 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-23 15:49:27 -0500 |
commit | 2aa8a551151a95fb3105e9f78a266d204193e6c0 (patch) | |
tree | 753a7ca0858fe2cc93b87fe4e1c9dda918b0c938 /python/pyffmpeg | |
parent | d6ff658b4183e131451934372e7f81d2dd4fee9c (diff) | |
download | slackbuilds-2aa8a551151a95fb3105e9f78a266d204193e6c0.tar.gz |
python/pyffmpeg: Fixed dep information
Diffstat (limited to 'python/pyffmpeg')
-rw-r--r-- | python/pyffmpeg/README | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/pyffmpeg/README b/python/pyffmpeg/README index 3585ec5eee..0dbaab9c7e 100644 --- a/python/pyffmpeg/README +++ b/python/pyffmpeg/README @@ -2,5 +2,3 @@ PyFFmpeg is a wrapper around FFmpeg's libavcodec, libavformat and libavutil libraries whose main purpose is to provide access to individual frames of video files of various formats (including MPEG and DIVX encoded videos), and, also in latest beta,to audio data. - -This requires Numpy, Cython, and ffmpeg. |