Using MPEG is provided through the mpegelib interface.
mpegelib is available at the adress
http://bloodyeck.com/mpegelib/

In order to compile utils-0.1, you need to have the file 
mpege.h installed such that the C preprocessor can see it, as well as the file
libmpege.a installed such that the C linker can see it.

If you have them elsewhere, you can specify INCLUDEDIR=your_path_to_mpege.h
and EXTRA_LD_PATH=your_path_to_libmpege.a

