[MPlayer-users] Not compiling

Oliver Seitz info at vtnd.de
Sun May 13 09:36:44 CEST 2012


Am 13.05.2012 09:33, schrieb Oliver Seitz:
> Hi!
>
> I did
>
> rm -r ffmpeg/ && make distclean && svn up && ./configure && make
>
> and the next make says:
>
> make -C ffmpeg libavformat/libavformat.a
> make[1]: Entering directory `/usr/src/mplayer/ffmpeg'
> CC libavformat/sctp.o
> libavformat/sctp.c:41:26: fatal error: netinet/sctp.h: No such file or
> directory
> compilation terminated.
> make[1]: *** [libavformat/sctp.o] Error 1
> make[1]: Leaving directory `/usr/src/mplayer/ffmpeg'
> make: *** [ffmpeg/libavformat/libavformat.a] Error 2
>
> Can it be a problem on my side?

It definetly can. It's libsctp-dev missing, stupid.

apt-get build-dep mplayer (on debian wheezy) used to fetch all 
dependencies, but now git and libsctp-dev have to be installed manually.

Greets,
Kiste


More information about the MPlayer-users mailing list