2011-02-07, 13:15
Since the last (clean) pull of from the master, i get the following error
did i missed a dependency?
Code:
make[2]: Betrete Verzeichnis '/media/Workspace/sourcecodes/xbmc/lib/ffmpeg'
CC libavformat/ac3dec.o
In file included from ./libavcodec/ac3_parser.h:27,
from libavformat/ac3dec.c:23:
./libavcodec/get_bits.h:36:21: error: mathops.h: No such file or directory
In file included from ./libavcodec/ac3_parser.h:27,
from libavformat/ac3dec.c:23:
./libavcodec/get_bits.h: In function ‘get_xbits’:
./libavcodec/get_bits.h:266: error: implicit declaration of function ‘NEG_USR32’
./libavcodec/get_bits.h: In function ‘get_sbits’:
./libavcodec/get_bits.h:273: error: implicit declaration of function ‘NEG_SSR32’
./libavcodec/get_bits.h: In function ‘get_sbits_long’:
./libavcodec/get_bits.h:359: error: implicit declaration of function ‘sign_extend’
did i missed a dependency?