Re: How to add new src file into the theora
"janaka priyadarshana" <[email protected]>
| Newsgroups | gmane.comp.multimedia.ogg.theora.devel |
|---|---|
| Message-ID | <[email protected]> |
i just add a directory name as "net" into the "libtheora-1.0beta2" directory
and required source files and the Makefile.am <http://makefile.am/> into it
it.
then i changed the Makefile.am <http://makefile.am/> in the "
libtheora-1.0beta2" directory as follow
SUBDIRS = lib include doc tests m4 net $(EXAMPLES_DIR)
add the direcory "net" into the above line.
then enter the following commands.
$aclocal
$autoconf
$automake --add-missing
everything was ok.
then ./configure
unfortunately it does not run the configure script. it gave the following
error.
checking pkg-config is at least version 0.9.0... yes
checking for OGG... yes
./configure: line 20287: syntax error near unexpected token `,'
./configure: line 20287: ` XIPH_PATH_OGG(, { { echo "$as_me:$LINENO:
error:'
can you please help me to solve this...
thanks
On Jan 16, 2008 4:03 PM, <[email protected]> wrote:
> 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
>
--
-----------
Regards,
Janaka Priyadarshana
_______________________________________________
theora-dev mailing list
[email protected]
http://lists.xiph.org/mailman/listinfo/theora-dev