when I first compile xine-lib is OK,second compile ffmpeg is OK.
IF I first compile ffmpeg is OK,second compile xine-lib is failure.
the syslog:
make[2]: *** [xineplug_decode_faad_la-xine_faad_decoder.lo] Error 1 make[2]: Leaving directory `/root/xine-lib-1-2-926ee2edf0d8/src/audio_dec' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/xine-lib-1-2-926ee2edf0d8/src' make: *** [all-recursive] Error 1
why ,who can tell me?
_________________________________________________________________ 上Windows Live 中国首页,下载最新版 MSN! http://im.live.cn/
I demand that LinHai may or may not have written...
when I first compile xine-lib is OK, second compile ffmpeg is OK.
IF I first compile ffmpeg is OK, second compile xine-lib is failure.
the syslog:
make[2]: *** [xineplug_decode_faad_la-xine_faad_decoder.lo] Error 1 make[2]: Leaving directory `/root/xine-lib-1-2-926ee2edf0d8/src/audio_dec' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/xine-lib-1-2-926ee2edf0d8/src' make: *** [all-recursive] Error 1
That's not from syslog... :-)
why ,who can tell me?
All that can be said from that is that it's a link-time error; nothing more, since you've posted make's response to the error but have omitted the error report itself...
LinHai kirjoitti:
when I first compile xine-lib is OK,second compile ffmpeg is OK.
IF I first compile ffmpeg is OK,second compile xine-lib is failure.
the syslog:
make[2]: *** [xineplug_decode_faad_la-xine_faad_decoder.lo] Error 1
make[2]: Leaving directory `/root/xine-lib-1-2-926ee2edf0d8/src/audio_dec'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/xine-lib-1-2-926ee2edf0d8/src'
make: *** [all-recursive] Error 1
why ,who can tell me?
My guess is you have not installed libfaad or libfaad includes, or neither. But including the error messages could help in finding the cause.
yours, Jouni