summaryrefslogtreecommitdiffstats
path: root/src/jack-1-link-to-libsndfile-deps.patch
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2016-01-01 11:24:42 (GMT)
committerBoris Nagaev <bnagaev@gmail.com>2016-01-01 12:37:50 (GMT)
commit779f2c0a12bd3d73223c4e5ca525318555d30bc1 (patch)
tree352a3f7053844528457fb59e3842010eb2ac164d /src/jack-1-link-to-libsndfile-deps.patch
parentb6991483c6f62cf1bb83eb7e81315fecf5cc1b21 (diff)
downloadmxe-779f2c0a12bd3d73223c4e5ca525318555d30bc1.zip
mxe-779f2c0a12bd3d73223c4e5ca525318555d30bc1.tar.gz
mxe-779f2c0a12bd3d73223c4e5ca525318555d30bc1.tar.bz2
jack: consolidate patches
Diffstat (limited to 'src/jack-1-link-to-libsndfile-deps.patch')
-rw-r--r--src/jack-1-link-to-libsndfile-deps.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/jack-1-link-to-libsndfile-deps.patch b/src/jack-1-link-to-libsndfile-deps.patch
deleted file mode 100644
index 5986ebb..0000000
--- a/src/jack-1-link-to-libsndfile-deps.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-This file is part of MXE.
-See index.html for further information.
-
-This patch has been taken from:
-????
-
---- jack-1.9.10/example-clients/wscript.orig 2015-06-16 15:34:56.407346962 +0300
-+++ jack-1.9.10/example-clients/wscript 2015-06-16 21:15:40.923117183 +0300
-@@ -41,6 +41,10 @@
-
- if conf.is_defined('HAVE_SNDFILE'):
- conf.env['LIB_SNDFILE'] = ['sndfile']
-+ conf.env['LIB_FLAC'] = ['FLAC']
-+ conf.env['LIB_VORBIS'] = ['vorbis']
-+ conf.env['LIB_VORBISENC'] = ['vorbisenc']
-+ conf.env['LIB_OGG'] = ['ogg']
-
- conf.check_cfg(package='celt', atleast_version='0.5.0', args='--cflags --libs', mandatory=False)
-
-@@ -124,7 +128,7 @@
- if bld.env['IS_SUN']:
- prog.use += ['RT', 'SNDFILE']
- if bld.env['IS_WINDOWS']:
-- prog.uselib = ['SNDFILE']
-+ prog.uselib = ['SNDFILE', 'FLAC', 'VORBIS', 'VORBISENC', 'OGG']
- prog.target = 'jack_rec'
-
- if bld.env['IS_LINUX'] or bld.env['IS_MACOSX']: