diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2016-01-09 23:21:33 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | bac132b41f0fe91dcc21354f6fa4271d09d0da7d (patch) | |
tree | 0f97d24da06034df253c4346da36ff3c409ac839 /multimedia/libav/README | |
parent | 1ddc345b9983e0e47dd4c768fa85d4ca87315cd5 (diff) |
multimedia/libav: Removed (unused in our repo)
Debian (and by extension, Ubuntu) seemed to be the largest users
of libav, and they decided to go back to depending on ffmpeg, so
there doesn't seem to be a good reason for us to use libav either.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'multimedia/libav/README')
-rw-r--r-- | multimedia/libav/README | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/multimedia/libav/README b/multimedia/libav/README deleted file mode 100644 index 2d8b2f1d742fe..0000000000000 --- a/multimedia/libav/README +++ /dev/null @@ -1,33 +0,0 @@ -Libav is a friendly and community-driven effort to provide its -users with a set of portable, functional and high-performance -libraries for dealing with multimedia formats of all sorts. It -originates from the FFmpeg codebase, but goes its own way these -days, providing its users with reliable releases and a clear -vision how to go forward. - -Libav enable features (optional) with passing variables to the -script VARIABLE=yes|no ./libav.SlackBuild: - -FREI0R=yes|no (default: no), requires frei0r -BS2B=yes|no (default: no), requires libbs2b -DC1394=yes|no (default: no), requires libdc1394 -FAAC=yes|no (default: no), requires faac -FDK_ACC=yes|no (default: no), requires libfdk-aac -ILBC=yes|no (default: no), requires libilbc -LAME=yes|no (default: no), requires lame -OPENCORE=yes|no (default: no), requires opencore-amr -OPENCV=yes|no (default: no), requires opencv -OPENJPEG=yes|no (default: no), requires openjpeg -OPUS=yes|no (default: no), requires opus -RTMP=yes|no (default: no), requires rtmpdump -SCHROEDINGER=yes|no (default: no), requires schroedinger -SPEEX=yes|no (default: no), requires speex -TWOLAME=yes|no (default: no), requires twolame -WEBP=yes|no (default: no), requires libwebp -X264=yes|no (default: no), requires x264 -X265=yes|no (default: no), requires x265 -XIV=yes|no (default: no), requires xvidcore - -All features are available from SlackBuilds.org repository. - -NOTE: This package conflict with ffmpeg. Do not install both. |