Skip to content

Commit

Permalink
libffmpeg: fix duplicated ffjni
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-bin committed Apr 7, 2024
1 parent f4973ff commit 957c07a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/mklibffmpeg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ DUP_OBJS=(libswscale/log2_tab.o libswresample/log2_tab.o libavcodec/log2_tab.o l
libavformat/mpeg4audio_sample_rates.o
libavformat/rangecoder_dec.o
libavformat/jpegxl_parse.o # what if jpegxl parser is disabled? remove 1 if both libavcodec and libavformat has jpegxl_parse.o
libavformat/ffjni.o
libavutil/avutilres.o
libavcodec/avcodecres.o
libavcodec/half2float.o # half2float.c is in libavutil, but not built into libavutil, always built in swscale
Expand Down

0 comments on commit 957c07a

Please sign in to comment.