wok rev 7450
mplayerplug-in: fix compile_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Nov 30 15:36:30 2010 +0100 (2010-11-30) |
parents | a527a7e82b76 |
children | f5c473b4a07f |
files | mplayerplug-in/receipt mplayerplug-in/stuff/mplayerplug-in-3.55-static-iid-accessor.u |
line diff
1.1 --- a/mplayerplug-in/receipt Tue Nov 30 13:09:45 2010 +0100 1.2 +++ b/mplayerplug-in/receipt Tue Nov 30 15:36:30 2010 +0100 1.3 @@ -34,6 +34,7 @@ 1.4 touch done.$file 1.5 done <<EOT 1.6 glibc210.u 1.7 +static-iid-accessor.u 1.8 EOT 1.9 make distclean 1.10 touch install.sh
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/mplayerplug-in/stuff/mplayerplug-in-3.55-static-iid-accessor.u Tue Nov 30 15:36:30 2010 +0100 2.3 @@ -0,0 +1,38 @@ 2.4 +--- mplayerplug-in-3.55/Source/nsIScriptableMplayerPlugin.h 2.5 ++++ mplayerplug-in-3.55/Source/nsIScriptableMplayerPlugin.h 2.6 +@@ -25,7 +25,7 @@ 2.7 + class NS_NO_VTABLE nsIScriptableWMPPlugin : public nsISupports { 2.8 + public: 2.9 + 2.10 +- NS_DEFINE_STATIC_IID_ACCESSOR(NS_ISCRIPTABLEWMPPLUGIN_IID) 2.11 ++ NS_DECLARE_STATIC_IID_ACCESSOR(NS_ISCRIPTABLEWMPPLUGIN_IID) 2.12 + 2.13 + /* void play (); */ 2.14 + NS_IMETHOD Play(void) = 0; 2.15 +@@ -38,6 +38,8 @@ 2.16 + 2.17 + }; 2.18 + 2.19 ++NS_DEFINE_STATIC_IID_ACCESSOR(nsIScriptableWMPPlugin, NS_ISCRIPTABLEWMPPLUGIN_IID) 2.20 ++ 2.21 + /* Use this macro when declaring classes that implement this interface. */ 2.22 + #define NS_DECL_NSISCRIPTABLEWMPPLUGIN \ 2.23 + NS_IMETHOD Play(void); \ 2.24 +@@ -120,7 +122,7 @@ 2.25 + class NS_NO_VTABLE nsIScriptableMplayerPlugin : public nsISupports { 2.26 + public: 2.27 + 2.28 +- NS_DEFINE_STATIC_IID_ACCESSOR(NS_ISCRIPTABLEMPLAYERPLUGIN_IID) 2.29 ++ NS_DECLARE_STATIC_IID_ACCESSOR(NS_ISCRIPTABLEMPLAYERPLUGIN_IID) 2.30 + 2.31 + /* void Play (); */ 2.32 + NS_IMETHOD Play(void) = 0; 2.33 +@@ -249,6 +251,8 @@ 2.34 + 2.35 + }; 2.36 + 2.37 ++NS_DEFINE_STATIC_IID_ACCESSOR(nsIScriptableMplayerPlugin, NS_ISCRIPTABLEMPLAYERPLUGIN_IID) 2.38 ++ 2.39 + /* Use this macro when declaring classes that implement this interface. */ 2.40 + #define NS_DECL_NSISCRIPTABLEMPLAYERPLUGIN \ 2.41 + NS_IMETHOD Play(void); \