diff options
author | core <eroc@linuxmail.org> | 2010-05-11 20:01:27 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackbuilds.org> | 2010-05-11 20:01:27 +0200 |
commit | 63abfc76a07af30dfd6b5f51e1fb97baf8f97ac8 (patch) | |
tree | 82865dab3ca8bcfc5f2bad366cfabe9dfaaafe59 /multimedia/x264/README | |
parent | 99ee53b168af8c2d3d7697b7ae98909548df24ec (diff) | |
download | slackbuilds-63abfc76a07af30dfd6b5f51e1fb97baf8f97ac8.tar.gz |
multimedia/x264: Added to 12.0 repository
Diffstat (limited to 'multimedia/x264/README')
-rw-r--r-- | multimedia/x264/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/multimedia/x264/README b/multimedia/x264/README new file mode 100644 index 0000000000..662db861dc --- /dev/null +++ b/multimedia/x264/README @@ -0,0 +1,12 @@ +x264 - A free h264/avc encoder. + +x264 is a free library for encoding H264/AVC video streams. +The code is written from scratch by Laurent Aimar, Loren Merritt, +Eric Petit (OS X), Min Chen (vfw/asm), Justin Clay (vfw), Måns +Rullgård, Radek Czyz, Christian Heine (asm), Alex Izvorski, and +Alex Wright. It is released under the terms of the GPL license. + +NOTe: ++ By default x264 it's gonna be builded without its GTK GUI, so + if you want to enable, set GTKUI variable to yes, like: + GTKUI=yes ./x264.SlackBuild |