Since a few weeks I can't compile the git version.
Compiling it failes with the following error:
I was able to compile it, after removing "--enable-libxvid" as parameter to configure.libavcodec/libxvid.c: In function ‘xvid_encode_init’:
libavcodec/libxvid.c:362: error: ‘xvid_plugin_lumimasking_t’ undeclared (first use in this function)
libavcodec/libxvid.c:362: error: (Each undeclared identifier is reported only once
libavcodec/libxvid.c:362: error: for each function it appears in.)
libavcodec/libxvid.c:362: error: expected ‘;’ before ‘masking_l’
libavcodec/libxvid.c:363: error: expected ‘;’ before ‘masking_v’
libavcodec/libxvid.c:364: warning: ISO C90 forbids mixed declarations and code
libavcodec/libxvid.c:539: error: ‘masking_l’ undeclared (first use in this function)
libavcodec/libxvid.c:550: error: ‘masking_v’ undeclared (first use in this function)
make: *** [libavcodec/libxvid.o] Error 1
This is not a solution, it's just a workaround. I'll update this thread if I figure out what's causing this.