[FFmpeg-user] Building with openjpeg support

Nicolas George nicolas.george at normalesup.org
Mon Jul 18 11:17:08 CEST 2011


Le decadi 30 messidor, an CCXIX, Tim Nicholson a écrit :
> cc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
> -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -std=c99
> -fomit-frame-pointer -pthread -I/usr/include/dirac
> -I/usr/include/freetype2 -E -o /tmp/ffconf.i2yuxBPg.o
> /tmp/ffconf.Pdmsc3R3.c
> /tmp/ffconf.Pdmsc3R3.c:1:22: fatal error: openjpeg.h: No such file
> or directory
> compilation terminated.
> ERROR: libopenjpeg not found
> 
> ...is not much more revealing....

It is, since you said you had /usr/include/openjpeg/openjpeg.h instead of
the expected /usr/include/openjpeg.h. Apparently, your package manager
thought it was a funny thing to do to move the header file from its
standard, expected place.

You can try giving --extra-cflags="-I/usr/incalude/openjpeg" to configure
and see if it works.

Regards,

-- 
  Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-user/attachments/20110718/5f57518a/attachment.asc>


More information about the ffmpeg-user mailing list