We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeeeec3 commit 7635038Copy full SHA for 7635038
2 files changed
CMakeLists.txt
@@ -5,7 +5,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
5
set(PACKAGE "ffmpegthumbnailer")
6
set(PACKAGE_VERSION_MAJOR 2)
7
set(PACKAGE_VERSION_MINOR 2)
8
-set(PACKAGE_VERSION_PATCH 3)
+set(PACKAGE_VERSION_PATCH 4)
9
set(PACKAGE_VERSION ${PACKAGE_VERSION_MAJOR}.${PACKAGE_VERSION_MINOR}.${PACKAGE_VERSION_PATCH})
10
11
set(CPACK_PACKAGE_NAME ${PACKAGE})
ChangeLog
@@ -1,3 +1,8 @@
1
+FFmpegThumbnailer 2.2.4
2
+- Compile with c++14 standard
3
+- Fix build against latest ffmpeg
4
+- Fix filter remove call
+
FFmpegThumbnailer 2.2.3
- Fix build against latest ffmpeg
- Fix build with recent compiler versions
0 commit comments