[PD-dev] libmpeg3 on fedora

IOhannes m zmölnig zmoelnig at iem.at
Fri Dec 5 13:58:23 CET 2008


Hans-Christoph Steiner wrote:
> My guess is that these errors are mostly likely caused by the fact  
> that Fedora puts the libmpeg3 headers in a different place:
> 
> pd at debian-stable-i386:~$ grep mpeg3_close /usr/include/*.h
> /usr/include/libmpeg3.h:int mpeg3_close(mpeg3_t *file);
> 
> root at fedora9-i386.idmi.poly.edu:~ > grep mpeg3_close /usr/include/*/*.h
> /usr/include/mpeg3/libmpeg3.h:int mpeg3_close(mpeg3_t *file);


well, the joys of multiple distros...

i suggest that either the distro or the upstream maintainers create a
pkg-config for libmpeg3.
this would be used automatically by Gem's build system.

alternatively it should be possible to use:
% PKG_MPEG3_CFLAGS="-I/usr/include/mpeg3" ./configure

to add specific cflags manually.

fgmadsr
IOhannes




More information about the Pd-dev mailing list