Revision 80b235b...
Go back to digest for 26th August 2012Bug Fixes in Multimedia
Harald Sitter committed changes in [phonon-vlc] /:
make mimetype generation largely done by cmake
pvlc only features static mimetype listing (i.e. even the runtime
function returns a compile-time static list of mime types as VLC plays
all and everything anyway). up until now this list was manually maintained
in both the desktop file *and* the backend.cpp, this is now replaced by
*one* list in cmake which is consequently put into a c-string array for
backend.cpp (accessed via mime.h as generated by cmake) and regular
list form (; del) for the desktop file.
this also addresses the issues raised in
REVIEW: 106075
File Changes
Added 2 files
- MimeTypes.cmake
- src/utils/mime.h.cmake
Modified 4 files
- CMakeLists.txt
- src/backend.cpp
- src/CMakeLists.txt
- src/vlc.desktop.cmake
6 files changed in total