PDA

View Full Version : libmpeg2 in eclipse



goseph
June 7th, 2010, 12:18 AM
Hi everyone!

I have installed the libmpeg2 and libmpeg2-dev and eclipse and build-essential and CDT via the software center on 10.04. "Hello, World!" in c++ builds and runs fine.

I cannot figure out how to make the example program for using libmpeg2 build. It will not build either by a command line g++ or in eclipse. The errors are that the various libmpeg2 library headers cannot be found.

Does anybody know what I need to do to use the libmpeg2 library in eclipse?

Or indeed any library that may be useful as a starting point?