Skip to content

Commit

Permalink
release 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
anyc committed Apr 11, 2022
1 parent 06d9f94 commit 4631464
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v0.6 (2022-04-11)
=================
* replaced deprecated av_init_packet()
* define AV_CODEC_CAP_ENCODER_FLUSH in older ffmpeg versions
* Automatic release builds (tgz & deb) using Github Actions

v0.5 (2022-04-10)
=================
It has been a long time since the last release as I have no need for a video
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-include local.mk

APP=avcut
AVCUT_VERSION=0.5
AVCUT_VERSION=0.6

ifneq ($(CROSS_COMPILE),)
CC?=$(CROSS_COMPILE)gcc
Expand Down

0 comments on commit 4631464

Please sign in to comment.