Skip to content

Commit 1a75454

Browse files
committed
Bump to 1.6.3
Maintenance release. Compiling with newer ffmpeg and fix a potential crash on slow terminals.
1 parent 0318efc commit 1a75454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.10)
22

3-
project(timg VERSION 1.6.2 LANGUAGES CXX)
3+
project(timg VERSION 1.6.3 LANGUAGES CXX)
44

55
option(WITH_VIDEO_DECODING "Enables video decoding feature" ON)
66
option(WITH_VIDEO_DEVICE "Enables reading videos from devices e.g. v4l2 (requires WITH_VIDEO_DECODING)" ON)

0 commit comments

Comments
 (0)