I'm just starting to test the matterhorn project, and I am trying to run the 
preinstall_debian.sh on a debian 5 VM. It gets through the preinstall portion 
and calls install_3rd_party.sh. That script begins to download the ffmpeg souce 
from SVN, but it always fails with the following message:

Fetching external item into 'source/libswscale'
svn: URL 'svn://svn.ffmpeg.org/mplayer/trunk/libswscale' doesn't exist

the install_3rd_party.sh script is tring to download ffmpeg revision 22529 from 
svn://svn.ffmpeg.org/ffmpeg/trunk

If I modify the script to pull  the latest from ffmpeg SVN it gets revision 
26402 (with the default libswscale revision="30929") and does not fail at the 
same spot as 22592,  but eventually fails during compile with the following 
messages:

AR          libavutil/libavutil.a
CC           ffmpeg.o
ffmpeg.c: In function 'term_exit':
ffmpeg.c:425: warning: zero-length printf format string
ffmpeg.c: In function 'opt_audio_sample_fmt':
ffmpeg.c:2888: warning: passing argument 1 of 'list_fmts' from incompatible 
pointer type
ffmpeg.c: At top level:
ffmpeg.c:248: warning: 'sws_flags' defined but not used
CC           cmdutils.o
LD           ffmpeg_g
/tmp/3rd_party/ffmpeg/source/libswscale/libswscale.a(swscale.o): In function 
`planarCopyWrapper':
/tmp/3rd_party/ffmpeg/source/libswscale/swscale.c:1653: undefined reference to 
`bswap_16'
/tmp/3rd_party/ffmpeg/source/libswscale/libswscale.a(yuv2rgb.o): In function 
`ff_yuv2rgb_c_init_tables':
/tmp/3rd_party/ffmpeg/source/libswscale/yuv2rgb.c:776: undefined reference to 
`bswap_16'
/tmp/3rd_party/ffmpeg/source/libswscale/yuv2rgb.c:753: undefined reference to 
`bswap_16'
/tmp/3rd_party/ffmpeg/source/libswscale/libswscale.a(rgb2rgb.o): In function 
`palette8tobgr15':
/tmp/3rd_party/ffmpeg/source/libswscale/rgb2rgb.c:269: undefined reference to 
`bswap_16'
/tmp/3rd_party/ffmpeg/source/libswscale/libswscale.a(rgb2rgb.o): In function 
`palette8tobgr16':
/tmp/3rd_party/ffmpeg/source/libswscale/rgb2rgb.c:253: undefined reference to 
`bswap_16'
collect2: ld returned 1 exit status
make: *** [ffmpeg_g] Error 1

3rd party tools installation failed.

Any recommendations on an alternate ffmpeg version to try?
_______________________________________________
Matterhorn-users mailing list
[email protected]
http://lists.opencastproject.org/mailman/listinfo/matterhorn-users

Reply via email to