[Ffmpeg-devel] Latest SVN FFmpeg doesn't compile using GCC 2.96 under Redhat 7.3
Pixelib Team
pixelib
Sat Sep 30 02:03:44 CEST 2006
First of all, FFmpeg 0.4.9 pre1 has ever been compiled using GCC
2.96successfully at Redhat
7.3 even though there were lots of warning messages.
Recently, I have been trying to compile the latest svn version of FFmpeg
couples of weeks, unfortunately, after showing lots of warning messages, the
compile process did hang there and nothing happened again.
any idea ?
Steve
#!/bin/bash
CFLAGS="-O3 -march=i686 -mcpu=i686" \
./configure \
--prefix=/usr \
--enable-amr_nb \
--enable-amr_wb \
--enable-mp3lame \
--enable-shared
motion_est.c:178: warning: `uvdxy' might be used uninitialized in this
function
motion_est_template.c: In function `ff_get_mb_score':
motion_est_template.c:246: warning: unused variable `ymax'
motion_est_template.c:246: warning: unused variable `xmax'
motion_est_template.c:246: warning: unused variable `ymin'
motion_est_template.c:246: warning: unused variable `xmin'
motion_est_template.c:246: warning: unused variable `score_map'
motion_est_template.c: In function `qpel_motion_search':
motion_est.c:178: warning: `uvdxy' might be used uninitialized in this
function
motion_est_template.c: In function `funny_diamond_search':
motion_est.c:178: warning: `uvdxy' might be used uninitialized in this
function
motion_est_template.c: In function `sab_diamond_search':
motion_est.c:178: warning: `uvdxy' might be used uninitialized in this
function
motion_est_template.c: In function `var_diamond_search':
motion_est.c:178: warning: `uvdxy' might be used uninitialized in this
function
motion_est_template.c: In function `epzs_motion_search_internal':
motion_est_template.c:863: warning: function too large to be inline
motion_est_template.c: In function `ff_epzs_motion_search':
motion_est_template.c:863: warning: can't inline call to
`epzs_motion_search_internal'motion_est_template.c:973: warning: called from
here
motion_est_template.c: In function `epzs_motion_search4':
motion_est.c:178: warning: `uvdxy' might be used uninitialized in this
function
motion_est_template.c: In function `epzs_motion_search2':
motion_est.c:178: warning: `uvdxy' might be used uninitialized in this
function
motion_est.c: In function `ff_estimate_p_frame_motion':
motion_est.c:178: warning: `uvdxy' might be used uninitialized in this
function
motion_est.c: In function `ff_estimate_motion_b':
motion_est.c:178: warning: `uvdxy' might be used uninitialized in this
function
motion_est.c: In function `bidir_refine':
motion_est.c:1621: warning: function too large to be inline
motion_est.c: In function `ff_estimate_b_frame_motion':
motion_est.c:1621: warning: can't inline call to `bidir_refine'
motion_est.c:1896: warning: called from here
motion_est.c:178: warning: `uvdxy' might be used uninitialized in this
function
motion_est.c: In function `ff_get_mb_score':
motion_est.c:178: warning: `uvdxy' might be used uninitialized in this
function
motion_est.c: In function `epzs_motion_search_internal':
motion_est.c:178: warning: `uvdxy' might be used uninitialized in this
function
motion_est.c:178: warning: `uvdxy' might be used uninitialized in this
function
motion_est.c:178: warning: `uvdxy' might be used uninitialized in this
function
motion_est.c:178: warning: `uvdxy' might be used uninitialized in this
function
motion_est.c:178: warning: `uvdxy' might be used uninitialized in this
function
motion_est.c:178: warning: `uvdxy' might be used uninitialized in this
function
motion_est.c:178: warning: `uvdxy' might be used uninitialized in this
function
More information about the ffmpeg-devel
mailing list