shithub: opus-tools

Download patch

ref: 01cb2fe2805f0cd5c112a2028fcc5137e94acc57
parent: c6fd407737e50c51704e8eef7d6eb687d6e8792c
author: Gregory Maxwell <greg@xiph.org>
date: Thu Aug 9 03:36:06 EDT 2012

Add MSVC makefiles to the dist tarball.

--- a/Makefile.am
+++ b/Makefile.am
@@ -26,7 +26,18 @@
                  src/wave_out.h \
                  src/wav_io.h
 
-EXTRA_DIST = Makefile.unix
+EXTRA_DIST = Makefile.unix \
+             opus-tools.sln \
+             src/opusdec.vcxproj.filters \
+             src/opusinfo.vcxproj.filters \
+             src/opusenc.vcxproj.filters \
+             src/opusinfo.vcxproj \
+             src/opusenc.vcxproj \
+             src/opusdec.vcxproj \
+             win32/genversion.bat \
+             win32/unicode_support.h \
+             win32/config.h \
+             win32/unicode_support.c
 
 dist_man_MANS = man/opusenc.1 man/opusdec.1 man/opusinfo.1