File: CHANGES

package info (click to toggle)
ocaml-speex 0.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 616 kB
  • sloc: sh: 3,218; ml: 860; ansic: 674; makefile: 85
file content (33 lines) | stat: -rw-r--r-- 839 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
0.2.1 (03-08-2015)
=====
* Changed types to match new ocaml-ogg's API.
  Should be fully backward compatible.
* Wrapped more speex functions around enter/leave
  blocking sections to avoid deadlock when speex
  writes to stderr

0.2.0 (04-07-2011)
=====
* Added decoding module for the new Ogg_demuxer module
* Implement new Out_of_sync exception
* Efficient seeking support

0.1.2 (14-10-2009)
=====
* Added support for --enable-debugging configure option
* Makefile now honnors LIBDIRS
  variable for linking against libraries
  located in other places than then standard
  ones.
* Added prefix to main compilation variables
  if passed to configure.
* Added NO_CUSTOM to build
  in standard mode.

0.1.1 (30-03-2009)
=====
* Fixed Makefile for BSD: call $(MAKE) for generating documentation.

0.1.0 (17-02-2009)
=====
* Initial release