diff options
author | henry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-01-10 13:00:42 +0000 |
---|---|---|
committer | henry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-01-10 13:00:42 +0000 |
commit | 348c7d70ee5da9ce53ecadc47a3ac1986aaa3eeb (patch) | |
tree | f98df1d8e43aab7547c21fec27db8dec45c9c988 /configure | |
parent | 1a79e7878c907754fd4ca1214a6806f97c413aa2 (diff) |
lavcodec compile fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11769 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6341,6 +6341,9 @@ $_def_vcd /* C99 lrintf function available */ $_def_lrintf +/* yes, we have inttypes.h */ +#define HAVE_INTTYPES_H + /* int_fastXY_t emulation */ $_def_fast_inttypes |