I'm trying to re-compile VLC-2.1.0 from git.
Using Ubuntu 11.04 Natty.
My current VLC version is
VLC media player 2.1.0-git Rincewind (revision 728ef39)
compiled ~ December 3 2012
Has something changed in git to cause this build error?
Or is my compiler too old now?
Build log is here ---> http://pastebin.com/7w7kiyHy
Code: Select all
swscale.c:556:16: warning: passing argument 2 of ‘sws_scale’ from incompatible pointer type
/usr/local/include/libswscale/swscale.h:219:5: note: expected ‘const uint8_t * const*’ but argument is of type ‘uint8_t **’
CC libswscale_plugin_la-chroma.lo
CCLD libswscale_plugin.la
CC libdeinterlace_plugin_la-deinterlace.lo
CC libdeinterlace_plugin_la-merge.lo
CC libdeinterlace_plugin_la-helpers.lo
CC libdeinterlace_plugin_la-algo_basic.lo
CC libdeinterlace_plugin_la-algo_x.lo
deinterlace/algo_x.c: In function ‘XDeintBand8x8MMXEXT’:
deinterlace/algo_x.c:503:20: internal compiler error: in memory_address_addr_space, at explow.c:504
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.5/README.Bugs> for instructions.
make[4]: *** [libdeinterlace_plugin_la-algo_x.lo] Error 1
make[4]: Leaving directory `/media/e78a6d66-0171-4b34-b0df-c91a035c8554/home/user/vlc/modules/video_filter'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/media/e78a6d66-0171-4b34-b0df-c91a035c8554/home/user/vlc/modules/video_filter'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/media/e78a6d66-0171-4b34-b0df-c91a035c8554/home/user/vlc/modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/media/e78a6d66-0171-4b34-b0df-c91a035c8554/home/user/vlc'
make: *** [all] Error 2