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... thanks for your help -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/theora/attachments/20060203/2494b6f9/attachment.html
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
> Maybe this means that a reference implementation of the encoder might > be needed, sort of like oggenc for Vorbis.yes i think that would be a good idea. for now it would be as simple as renaming encoder_example, to lets say theoraenc, and have a configure option build it and add it to the install targets. p.s.: i got it owking manually for now, thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/theora/attachments/20060207/c772bdde/attachment.htm