FFmpeg & Mplayer Error
Posted by: HULKBABA
Posted on: 2007-01-12 11:45:00
Hi,
After
cd ffmpeg
./configure........
make
.
.
.
motion_est.c: In function `ff_estimate_p_frame_motion':
motion_est.c:181: warning: `uvdxy' might be used uninitialized in this function
motion_est_template.c: In function `ff_get_mb_score':
motion_est.c:181: warning: `uvdxy' might be used uninitialized in this function
motion_est_template.c: In function `hpel_motion_search':
motion_est.c:181: warning: `uvdxy' might be used uninitialized in this function
motion_est.c:181: warning: `uvdxy' might be used uninitialized in this function
motion_est.c:181: warning: `uvdxy' might be used uninitialized in this function
motion_est.c:181: warning: `uvdxy' might be used uninitialized in this function
motion_est.c:181: warning: `uvdxy' might be used uninitialized in this function
motion_est.c:181: warning: `uvdxy' might be used uninitialized in this function
motion_est.c:181: warning: `uvdxy' might be used uninitialized in this function
motion_est.c:181: warning: `uvdxy' might be used uninitialized in this function
motion_est.c:181: warning: `uvdxy' might be used uninitialized in this function
motion_est.c:181: warning: `uvdxy' might be used uninitialized in this function
motion_est.c:181: warning: `uvdxy' might be used uninitialized in this function
motion_est.c:181: warning: `uvdxy' might be used uninitialized in this function
motion_est.c:181: warning: `uvdxy' might be used uninitialized in this function
motion_est.c:181: warning: `uvdxy' might be used uninitialized in this function
motion_est.c:181: warning: `uvdxy' might be used uninitialized in this function
motion_est.c:181: warning: `uvdxy' might be used uninitialized in this function
motion_est.c:181: warning: `uvdxy' might be used uninitialized in this function
motion_est.c:181: warning: `uvdxy' might be used uninitialized in this function
motion_est_template.c: In function `qpel_motion_search':
motion_est.c:181: warning: `uvdxy' might be used uninitialized in this function
gcc: Internal error: Killed (program cc1)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bug reporting instructions,
see <URL:file:///usr/share/doc/gcc-3.3/README.Bugs>.
What could be the problem?