Re: How to add new src file into the theora
| Newsgroups | gmane.comp.multimedia.ogg.theora.devel |
|---|---|
| Message-ID | <[email protected]> |
On Jan 16, 2008 4:36 AM, janaka priyadarshana <[email protected]> wrote: > hi all, > > i want to add a new source file to the theora, so then i need to "make" the > project with the new file. > > as i know according to the normal procedure there should be following files, > > > "configure.in", "Makefile.am" with in the " libtheora" directory. > Makefile.am with in each source directories. > > So i could be able to add a new directory in to the " libtheora" directory > and write a Makefile.am file in it and edit the " configure.in" existing > file. > > but unfortunately i could not find the configure.in file in "libtheora" > directory. > > so please can anyone help me to add a new file into the theora and "make" > the project. You only need to modify Makefile.am. Monty