From 97cd3bc73f4e5bb7aedab13aad1c0a3fbdb2d62b Mon Sep 17 00:00:00 2001 From: Niels Ole Salscheider Date: Fri, 14 Jun 2019 17:50:07 -0700 Subject: [PATCH] Update README and CHANGELOG --- CHANGELOG.md | 3 +++ README.md | 5 +---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index baeec9487..08ecba963 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ QXmpp 1.2.0 (UNRELEASED) *under development* +New features: + - Port QXmppCallManager to GStreamer + QXmpp 1.1.0 (Oct 23, 2019) -------------------------- diff --git a/README.md b/README.md index 6879ca400..4c2a8ec52 100644 --- a/README.md +++ b/README.md @@ -40,10 +40,7 @@ You can pass the following arguments to CMake: BUILD_DOCUMENTATION to build the documentation (default: false) BUILD_EXAMPLES to build the examples (default: true) BUILD_TESTS to build the unit tests (default: true) - WITH_OPUS to enable opus audio codec (default: false) - WITH_SPEEX to enable speex audio codec (default: false) - WITH_THEORA to enable theora video codec (default: false) - WITH_VPX to enable vpx video codec (default: false) + WITH_GSTREAMER to enable audio/video over jingle (default: false) Installing QXmpp ================