Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#541 closed defect (fixed)

configure does not include stdint.h / inttypes.h before x264.h

Reported by: nicolas.george@… Owned by: mans@…
Priority: normal Component: libavcodec
Version: unspecified Severity: normal
Keywords: Cc:
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

x264.h requires stdint.h or inttypes.h to be included before it is itself
included. Since 2005-08-29, this restriction is explicited by a #warning in the
header. ffmpeg correctly includes this header through libavutil/common.h. But
the configure scripts does not when testing for x264.h; furthermore, it tests
for the silentness of the compiler, not its success. Therefore, the test fails
due to the #warning, although x264.h is present and usable.

Change History (1)

comment:1 by mans@…, 18 years ago

Resolution: fixed
Status: newclosed

Reverted to old method.

Note: See TracTickets for help on using tickets.