diff options
| author | Niels Ole Salscheider <niels_ole@salscheider-online.de> | 2019-06-14 17:50:07 -0700 |
|---|---|---|
| committer | LNJ <lnj@kaidan.im> | 2020-03-16 22:22:59 +0100 |
| commit | 011ed30eb12dd3f35d0174e3f80701e12b0f9823 (patch) | |
| tree | 8db8632c993220d361e4f388b06f319696cb9550 | |
| parent | 90036fc2cf5918c028f043edff7f5d38d1efb4cc (diff) | |
Update README and CHANGELOG
| -rw-r--r-- | CHANGELOG.md | 3 | ||||
| -rw-r--r-- | README.md | 5 |
2 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 09028434..603f379c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ QXmpp 1.3.0 (UNRELEASED) *under development* +New features: + - Port QXmppCallManager to GStreamer + QXmpp 1.2.0 (Feb 06, 2020) -------------------------- @@ -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 ================ |
