[vlc-commits] test WIDL with the WIDLFLAGS
Steve Lhomme
git at videolan.org
Sun May 16 21:18:51 UTC 2021
npapi-vlc | branch: 3.0.x | Steve Lhomme <robux4 at ycbcr.xyz> | Thu Apr 2 09:37:46 2020 +0200| [e461596a0cf0280f437a9c56bf082943356b7948] | committer: Jean-Baptiste Kempf
test WIDL with the WIDLFLAGS
(cherry picked from commit eb385fa562969526631d502beb73324efc5a2e6b)
> https://code.videolan.org/videolan/npapi-vlc/commit/e461596a0cf0280f437a9c56bf082943356b7948
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 6987b82..af4b5ba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -137,7 +137,7 @@ AS_IF([test "${SYS}" = "mingw32"],[
AS_IF([test "${WIDL}" != "no"],[
ac_ext=idl
ac_objext=tlb
- ac_compile='$WIDL -t conftest.$ac_ext -o conftest.$ac_objext'
+ ac_compile='$WIDL $WIDLFLAGS -t conftest.$ac_ext -o conftest.$ac_objext'
cat <<_ACEOF >conftest.idl
import "ocidl.idl";
[[
More information about the vlc-commits
mailing list