diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2004-06-12 22:14:13 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2004-06-12 22:14:13 +0000 |
commit | d9c6d7c2b4036966cff70f21ee57cbab7b45f9f3 (patch) | |
tree | 7118dd5963b3818016fdfe8920ec9a2b743831e8 /win32 | |
parent | 4c8a9e3862b01435eab95cebbf60358d9ba10cf1 (diff) | |
download | xine-lib-d9c6d7c2b4036966cff70f21ee57cbab7b45f9f3.tar.gz xine-lib-d9c6d7c2b4036966cff70f21ee57cbab7b45f9f3.tar.bz2 |
not all compilers strip unused static functions from object files.
gcc 2.96 does not. this causes a bunch of undefined symbols:
undefined symbol: ff_init_me (../.libs/xineplug_decode_ff.so)
undefined symbol: ff_estimate_p_frame_motion (../.libs/xineplug_decode_ff.so)
undefined symbol: ff_fix_long_p_mvs (../.libs/xineplug_decode_ff.so)
undefined symbol: ff_fix_long_mvs (../.libs/xineplug_decode_ff.so)
undefined symbol: ff_h263_encode_motion (../.libs/xineplug_decode_ff.so)
undefined symbol: h263_encode_init (../.libs/xineplug_decode_ff.so)
Mike, can you merge this back to ffmpeg cvs?
CVS patchset: 6677
CVS date: 2004/06/12 22:14:13
Diffstat (limited to 'win32')
0 files changed, 0 insertions, 0 deletions