Mathieu Malaterre <[email protected]> (09/02/2009): > current debian package is not compatible with default installation > making it difficult to use.
Hmm? From a codesearch.google.com search, it looks like there are a bunch of people just using “#include <openjpeg.h>”. Why not doing that? > See: > http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2009-February/061756.html > > <...> > Could someone add support for the default debian libopenjpeg installation: > > gcc -Wall -W -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -std=c99 > -fomit-frame-pointer -E -o /tmp/ffmpeg-conf-9160-12268-522.o > /tmp/ffmpeg-conf-13316-12268-2283.c > /tmp/ffmpeg-conf-13316-12268-2283.c:1:34: error: > libopenjpeg/openjpeg.h: No such file or directory > <...> I'm not sure what you call default installation anyway. After running “debuild” in the source package's tree (so that everything gets built), and then doing a “default” installation (without any files shuffling across any directories), one gets: | $ fakeroot make install DESTDIR=$(pwd)/foo | [ things ] | $ find foo -name openjpeg.h | foo/usr/include/openjpeg.h Looks to me like mplayer has to be fixed, rather than openjpeg's packaging, no? (Probably an autotools check trying various includes, depending on where the header could have been installed.) So, not a bug for me, but waiting for your input before closing it. Mraw, KiBi.
signature.asc
Description: Digital signature

