|
楼主 |
发表于 2004-7-3 13:35:05
|
显示全部楼层
INSTALL中是这么写的
Ok, the basic problem with this is that avifile itself uses a plugin system.
So when you use avifile itself as a plugin avifile won't be able to load
it's pugins due to linking errors.
The solution for this is to link xmms with -laviplay and -lstdc++.
Just add "-laviplay -lstdc++" to xmms_LDADD in <xmms-source>/xmms/Makefile.am,
recompile and you are set.
After that do the normal ./configure && make && make install in avi4xmms. |
|