<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hi,<br><br>I d like to add an example to libtheora.<br><br>I added to following lines to Makefile.am:<br><br>EXTRA_PROGRAMS = player_example encoder_example png2theora slideshow<br><br>slideshow_SOURCES = slideshow.c<br>slideshow_CFLAGS = $(OGG_CFLAGS) $(PNG_CFLAGS)<br>slideshow_LDADD = $(GETOPT_OBJS) $(LDADDENC) $(PNG_LIBS) -lm<br><br>                                               </body>
</html>