diff mbox series

[FFmpeg-devel] Remove mentions of a nonexistent avversion.h

Message ID 20220223143920.52697-1-martin@martin.st
State Accepted
Commit 8a00caf309bf248863f10e78b6836f1f537ee28b
Headers show
Series [FFmpeg-devel] Remove mentions of a nonexistent avversion.h | expand

Checks

Context Check Description
yinshiyou/commit_msg_loongarch64 warning The first line of the commit message must start with a context terminated by a colon and a space, for example "lavu/opt: " or "doc: ".
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished
andriy/commit_msg_aarch64_jetson warning The first line of the commit message must start with a context terminated by a colon and a space, for example "lavu/opt: " or "doc: ".
andriy/make_aarch64_jetson success Make finished
andriy/make_fate_aarch64_jetson success Make fate finished
andriy/commit_msg_armv7_RPi4 warning The first line of the commit message must start with a context terminated by a colon and a space, for example "lavu/opt: " or "doc: ".
andriy/make_armv7_RPi4 success Make finished
andriy/make_fate_armv7_RPi4 success Make fate finished

Commit Message

Martin Storsjö Feb. 23, 2022, 2:39 p.m. UTC
Signed-off-by: Martin Storsjö <martin@martin.st>
---
 .gitignore | 1 -
 Makefile   | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

Comments

Martin Storsjö Feb. 25, 2022, 9:14 a.m. UTC | #1
On Wed, 23 Feb 2022, Martin Storsjö wrote:

> Signed-off-by: Martin Storsjö <martin@martin.st>
> ---
> .gitignore | 1 -
> Makefile   | 2 +-
> 2 files changed, 1 insertion(+), 2 deletions(-)

Pushed, as it's pretty much trivial.

// Martin
diff mbox series

Patch

diff --git a/.gitignore b/.gitignore
index 1a5bb29ad5..f06d853edf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,7 +36,6 @@ 
 /config.asm
 /config.h
 /coverage.info
-/avversion.h
 /lcov/
 /src
 /mapfile
diff --git a/Makefile b/Makefile
index 2d622ecd9c..1c38c522fb 100644
--- a/Makefile
+++ b/Makefile
@@ -159,7 +159,7 @@  clean::
 	$(RM) -rf coverage.info coverage.info.in lcov
 
 distclean:: clean
-	$(RM) .version avversion.h config.asm config.h mapfile  \
+	$(RM) .version config.asm config.h mapfile  \
 		ffbuild/.config ffbuild/config.* libavutil/avconfig.h \
 		version.h libavutil/ffversion.h libavcodec/codec_names.h \
 		libavcodec/bsf_list.c libavformat/protocol_list.c \