jetson-ffmpeg icon indicating copy to clipboard operation
jetson-ffmpeg copied to clipboard

git apply ffmpeg_nvmpi.patch error

Open fhkong opened this issue 2 years ago • 3 comments

When I use the command: git apply ffmpeg_nvmpi.patch in my jetson tx2, the following error occurs!

error: patch failed: configure:340
error: configure: patch does not apply
error: patch failed: libavcodec/Makefile:354
error: libavcodec/Makefile: patch does not apply
error: patch failed: libavcodec/allcodecs.c:143
error: libavcodec/allcodecs.c: patch does not apply
error: libavcodec/nvmpi_dec.c: already exists in working directory
error: libavcodec/nvmpi_enc.c: already exists in working directory

fhkong avatar Mar 03 '22 03:03 fhkong

I have the same question when I used the command: git apply ffmpeg_nvmpi.patch in my jetson nano :(

anonymity1 avatar Jun 11 '22 02:06 anonymity1

Jetson Nano :

error: patch failed: configure:340 error: configure: patch does not apply error: patch failed: libavcodec/Makefile:354 error: libavcodec/Makefile: patch does not apply error: patch failed: libavcodec/allcodecs.c:143 error: libavcodec/allcodecs.c: patch does not apply error: libavcodec/nvmpi_dec.c: already exists in working directory error: libavcodec/nvmpi_enc.c: already exists in working directory

gaojulong avatar Jun 13 '22 02:06 gaojulong

You are applying the patch twice! If you check the patch and the files you will see it was applied already.

eusoubrasileiro avatar Apr 13 '23 01:04 eusoubrasileiro