libavcodec : undefined symbol xvid_encore

Konvertieren youtube.YouTube_-Rammstein-_Mann_gegen_Mann.flv (1/1)\007/usr/bin/ffmpeg: symbol lookup error: /usr/lib/libavcodec.so.52: undefined symbol: xvid_encore
Eingabetaste drücken, um fortzufahren

That is the error message I get if I try to convert flv files. I use ffmpeg, and I have already reinstalled ffmpeg, but it was no use.

that’s a linker error. There’s something messed up in your ffmpeg. Either contact the packager and report the problem or compile ffmpeg yourself

There is no packaging error

$ readelf -d /usr/lib64/libavcodec.so.52 | fgrep xvid
0x0000000000000001 (NEEDED) Shared library: [libxvidcore.so.4]
$ nm -D /usr/lib64/libxvidcore.so.4 | fgrep xvid_encore
000000000000fdc0 T xvid_encore
$ rpm -qf /usr/lib64/libavcodec.so.52
libavcodec52-0.5-0.pm.2
$ rpm -qf /usr/lib64/libxvidcore.so.4.2
libxvidcore4-1.2.1-0.pm.4