[vlc-commits] activex: don't define rules to build stdole2.tlb if it's found on the system
Steve Lhomme
git at videolan.org
Fri Jul 26 08:12:42 UTC 2024
npapi-vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Fri Jul 26 10:07:05 2024 +0200| [0b40ebe370254fe13d8e8ed3121410b57a0511b1] | committer: Steve Lhomme
activex: don't define rules to build stdole2.tlb if it's found on the system
> https://code.videolan.org/videolan/npapi-vlc/commit/0b40ebe370254fe13d8e8ed3121410b57a0511b1
---
activex/Makefile.am | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/activex/Makefile.am b/activex/Makefile.am
index 20d2572..b06150b 100644
--- a/activex/Makefile.am
+++ b/activex/Makefile.am
@@ -97,13 +97,13 @@ clean-tlb:
else
if HAS_WIDL_COMPILER
-stdole2.tlb stdole2_idl.c stdole2_idl.h: $(WINE_SDK_PATH)/stdole2.idl
- $(WIDL) $(WIDLFLAGS) -t -u -h -T stdole2.tlb -U stdole2_idl.c -H stdole2_idl.h $<
-
if HAS_STDOLE2_TLB
axvlc.tlb axvlc_idl.c axvlc_idl.h: axvlc.idl
$(WIDL) $(WIDLFLAGS) -I. -t -u -h -T axvlc.tlb -U axvlc_idl.c -H axvlc_idl.h $<
else
+stdole2.tlb stdole2_idl.c stdole2_idl.h: $(WINE_SDK_PATH)/stdole2.idl
+ $(WIDL) $(WIDLFLAGS) -t -u -h -T stdole2.tlb -U stdole2_idl.c -H stdole2_idl.h $<
+
axvlc.tlb axvlc_idl.c axvlc_idl.h: axvlc.idl stdole2.tlb
if HAS_WIDL_DASH_L
$(WIDL) $(WIDLFLAGS) -I. -L. -t -u -h -T axvlc.tlb -U axvlc_idl.c -H axvlc_idl.h $<
More information about the vlc-commits
mailing list