GNOME Bugzilla – Bug 641855
out-of-tree plugins fail to compile [PATCH]
Last modified: 2011-02-26 02:32:53 UTC
Created attachment 180401 [details] [review] proposed patch Out-ot-tree plugins do not compile. I tried to compile a Vala plugin. totem.h includes "totem-playlist.h" but this file is not part of the installation files. In addition, the symbol "TotemCellRendererVideo" is undeclared. The proposed patch removes the "totem-playlist.h" (seems to be unused in totem.h) and adds an include of "totem-cell-renderer-video.h" to totem.h. An alternative would be to add "totem-cell-renderer-video.h" to the totem GIR file.
Review of attachment 180401 [details] [review]: This is probably good enough until we fix it properly.