[msitools] wxi: add opus
- From: Marc-Andre Lureau <malureau src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [msitools] wxi: add opus
- Date: Mon, 10 Feb 2014 16:41:22 +0000 (UTC)
commit 0423c2964f80d7c0bf0fd389ba6337caaaf9d3fa
Author: Marc-André Lureau <marcandre lureau gmail com>
Date: Mon Feb 10 17:14:04 2014 +0100
wxi: add opus
data/Makefile.am | 1 +
data/wixl/opus.wxi | 17 +++++++++++++++++
2 files changed, 18 insertions(+), 0 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index e983e12..c8ce0cf 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -46,6 +46,7 @@ dist_wxi_DATA = \
wixl/nspr.wxi \
wixl/nss.wxi \
wixl/openssl.wxi \
+ wixl/opus.wxi \
wixl/orc.wxi \
wixl/p11-kit.wxi \
wixl/pango.wxi \
diff --git a/data/wixl/opus.wxi b/data/wixl/opus.wxi
new file mode 100644
index 0000000..4d113e1
--- /dev/null
+++ b/data/wixl/opus.wxi
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
+ <Fragment>
+ <DirectoryRef Id="INSTALLDIR">
+ <Directory Id="dir84E64C7B172B991C514AAFD74A64D747" Name="bin">
+ <Component Win64="$(var.Win64)" Id="cmp84E64C7B172B991C514AAFD74A64D747" Guid="*">
+ <File Id="fil4C0B199B9B8D33356817866298AC1B7E" KeyPath="yes"
Source="$(var.SourceDir)/bin/libopus-0.dll"/>
+ </Component>
+ </Directory>
+ </DirectoryRef>
+ </Fragment>
+ <Fragment>
+ <ComponentGroup Id="CG.opus">
+ <ComponentRef Id="cmp84E64C7B172B991C514AAFD74A64D747"/>
+ </ComponentGroup>
+ </Fragment>
+</Include>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]