Hi again,

> I used ./configure, make and make install to install
> the library. It created one archive libmpeg2.a in
> /usr/local/lib.
> 
> when I compiled mpeg2dec.c with libmpeg2.a, the number
> of errors got reduced to the following
> 
> /tmp/ccOsQlRE.o: In function `print_usage':
> mpeg2dec.c:(.text+0x2af): undefined reference to
> `vo_drivers'
> /tmp/ccOsQlRE.o: In function `handle_args':
> mpeg2dec.c:(.text+0x30b): undefined reference to
> `vo_drivers'
> collect2: ld returned 1 exit status
You're missing libvo.a, which is generated in the "libvo"
folder. I guess the reason why libvo isn't installed in
/usr/local/lib, is that unlike libmpeg2, it's intended
to remain an internal component of the MPEG-2 decoder
application (mpeg2dec).


Regards, Lionel Debroux.


      
____________________________________________________________________________________________
Yahoo! Mail innove : interface hyper pratique, messenger intégré, couleurs - 
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmpeg2-devel

Reply via email to