Skip to content

vigith/Ogg-Theora-LibTheora

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.


About

Perl Theora Binding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published