Changes between Version 1 and Version 2 of ReleaseNotes/1.2.28
- Timestamp:
- 24/09/16 22:11:59 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes/1.2.28
v1 v2 3 3 The new terrain rendering feature in aven is still somewhat experimental, and has a few known limitations: 4 4 * #56 The altitude of the terrain and altitudes from GPS fixes don't match (typically off by a few 10s of metres) 5 6 If you are building from source but don't have libav or FFmpeg installed, the movie export code will fail to compile. Applying the change 7 from [c54d6fc15ee25e01de4542a22e482a4af7936341/git] should solve this. 8 9 If you are building from source and have an older version of libav or FFmpeg installed, the code to support these is missing from the distribution. You can download the missing [moviemake-legacy.cc https://trac.survex.com/browser/git/src/moviemaker-legacy.cc?format=txt] and an updated [moviemaker.h https://trac.survex.com/browser/git/src/moviemaker.h?format=txt] and put them in the `src` subdirectory to fix this.