今儿在BT上下载了一些m4a的音乐,在用gtkpod导入ipod时发生了错误:

failed: m4a/m4p/m4b not supported without the mp4v2 library. You must compile the gtkpod source together with the mp4v2 library.

在Google上搜索了一下,有人说是安装gtkpod-aac

但是我试过,it doesn't work...

后来得到正解:sudo apt-get install libmp4v2-0

搞定