From 0423c2964f80d7c0bf0fd389ba6337caaaf9d3fa Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Mon, 10 Feb 2014 17:14:04 +0100 Subject: wxi: add opus --- data/Makefile.am | 1 + data/wixl/opus.wxi | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 data/wixl/opus.wxi (limited to 'data') 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 @@ + + + + + + + + + + + + + + + + + -- cgit