wok rev 11586
mplayerplug-in: hack compile_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jan 08 17:59:32 2012 +0100 (2012-01-08) |
parents | 11d7646fa237 |
children | fb10f9e7f73c |
files | mplayerplug-in/receipt |
line diff
1.1 --- a/mplayerplug-in/receipt Sun Jan 08 17:32:11 2012 +0100 1.2 +++ b/mplayerplug-in/receipt Sun Jan 08 17:59:32 2012 +0100 1.3 @@ -23,6 +23,8 @@ 1.4 { 1.5 cd $src 1.6 sed -i 's/npupp\.h/npfunctions.h/' */np* 1.7 + sed -i 's|char [\* ]*NP*_GetMIMEDescription(|const &|' \ 1.8 + plugingate/np_entry.cpp Source/plugin.cpp 1.9 cp $stuff/slitaz-hack.h include 1.10 grep -q slitaz-hack include/npplat.h || sed -i \ 1.11 's/ne _NPPLAT_H_/ne _NPPLAT_H_\n#include "slitaz-hack.h"/' \