[Theora] encoder_example

Ralph Giles giles at xiph.org
Fri Feb 3 10:24:09 PST 2006


On Fri, Feb 03, 2006 at 04:04:23PM +0000, Hannes Hauswedell wrote:

> i have configuered and built libtheora with --enable-encoder but when i make install, encoder_example is not installed.
> why not? the object file and script are created in the examples subdir, they are just not installed...

The examples aren't installed because they're examples. They're just 
intended as starting points for those writing "real" tools using the 
library. Among other things "encoder_example" isn't a particularly 
unique name.

If you have automake installed you can make them install by removing 
the "noinst_PROGRAMS" line in examples/Makefile.am and rebuilding. Or,
of course, you can copy them to your bin directory by hand.

HTH, 
 -r


More information about the Theora mailing list