(sending the message to the list, I mistakenly used "reply" instead of "reply 
all")

Hi,

> I am new to libmpeg2 and related topics. I downloaded
> and installed mpeg2dec-0.4.0.. everything went
> successfully. But when I tried to manually compile
> mpeg2dec.c, or any samples provided, it is giving the
> following type of errors:
> /tmp/cc2DZLjm.o: In function `print_usage':
> mpeg2dec.c:(.text+0x2af): undefined reference to
> `vo_drivers'
> [snip]

What build process are you using ? A makefile ? Multiple invocations of the 
compiler on the
command line ?

The preferred build process of mpeg2dec/libmpeg2 is based on the GNU autotools, 
which generate a
"configure" script (which enables fine-tuning of the configuration, run 
`configure --help` for
more information).
Then, when "configure" is run successfully, it generates a number of Makefiles, 
which are used to
compile various parts of the library: libmpeg2, libvo, src (mpeg2dec, etc.), 
doc/sample*, etc.


Regards, Lionel Debroux.


      
_____________________________________________________________________________ 
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail 
http://mail.yahoo.fr

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Libmpeg2-devel mailing list
Libmpeg2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmpeg2-devel

Reply via email to