Skip to content

vigith/Ogg-Theora-LibTheora

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1ff9d90 · May 5, 2014

History

59 Commits
Sep 14, 2012
Mar 16, 2011
Sep 14, 2012
Sep 10, 2012
Sep 14, 2012
Sep 14, 2012
Mar 30, 2011
Apr 29, 2014
Sep 14, 2012
Mar 16, 2011
Mar 15, 2011
Mar 23, 2011

Repository files navigation

Ogg-Theora-LibTheora version 0.04
=================================

Perl Module to give access to libtheora functions.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

This module requires Ogg::LibOgg and depends on libogg and libtheora library.

You will have to install libogg, libogg-devel, libtheora and libtheora-devel in Linux 
BUT only libogg and libtheora in Mac to make this module work (please use your discretion).

Mac OS:
sudo port install libogg
sudo port install libtheora

Linux:
sudo yum install libogg
sudo yum install libogg-devel
sudo yum install libtheora
sudo yum install libtheora-devel

Windows:
Not Sure, never tested or tried :-)


COPYRIGHT AND LICENCE

Copyright (C) 2011 by Vigith Maurice (vigith@cpan.org, www.vigith.com)

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.9 or,
at your option, any later version of Perl 5 you may have available.