Browse Source

Preparing 1.3 release

master
Christophe Massiot 7 years ago
parent
commit
8ccf88e692
2 changed files with 4 additions and 3 deletions
  1. +1
    -1
      Makefile
  2. +3
    -2
      NEWS

+ 1
- 1
Makefile View File

@ -3,7 +3,7 @@ INCLUDEDIR = $(PREFIX)/include
LIBDIR = $(PREFIX)/lib
INCLUDE = $(DESTDIR)$(INCLUDEDIR)/bitstream
PKGCONFIG = $(DESTDIR)$(LIBDIR)/pkgconfig
VERSION = 1.2
VERSION = 1.3
all:
ln -nsf .. examples/bitstream

+ 3
- 2
NEWS View File

@ -1,9 +1,10 @@
1.3
===
1.3 (29 Jan 2018)
=================
- Add support for avcC and hvcC structures
- Add support for LOAS AAC
- Improve support for RTP
- Use ISO 6937 as default DVB charset
- Ship pkg-config file
1.2 (31 Jan 2017)
=================

Loading…
Cancel
Save