[vlc-commits] contrib: nvcodec: replace \r\n by \n in hash

Zhao Zhili git at videolan.org
Mon Feb 1 17:08:58 UTC 2021


vlc | branch: master | Zhao Zhili <quinkblack at foxmail.com> | Sun Jan 31 01:28:57 2021 +0800| [27db51ce4fdfe1460947c1a4994ebd51ffa0c276] | committer: Alexandre Janniaux

contrib: nvcodec: replace \r\n by \n in hash

Signed-off-by: Alexandre Janniaux <ajanni at videolabs.io>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=27db51ce4fdfe1460947c1a4994ebd51ffa0c276
---

 contrib/src/nvcodec/rules.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/src/nvcodec/rules.mak b/contrib/src/nvcodec/rules.mak
index a4d85c1d27..81f4d9dc71 100644
--- a/contrib/src/nvcodec/rules.mak
+++ b/contrib/src/nvcodec/rules.mak
@@ -1,4 +1,4 @@
-NVCODEC_HASH := b6600f507de70d223101fe98f9c3c351b724e2fa
+NVCODEC_HASH := b6600f507de70d223101fe98f9c3c351b724e2fa
 NVCODEC_GITURL := https://git.videolan.org/git/ffmpeg/nv-codec-headers.git
 
 ifndef HAVE_DARWIN_OS



More information about the vlc-commits mailing list