|
2 | 2 | <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> |
3 | 3 | <metadata> |
4 | 4 | <id>FFMpeg.runtime</id> |
5 | | - <version>4.4.4</version> |
| 5 | + <version>6.1.1</version> |
6 | 6 | <title>FFMpeg native bindings for linux, windows</title> |
7 | 7 | <authors>zerpico</authors> |
8 | 8 | <icon>icon.png</icon> |
|
25 | 25 | <file src="LICENSE" target="LICENSE" /> |
26 | 26 | <file src="README.md" target="README.md" /> |
27 | 27 |
|
28 | | - <file src="win64/bin/avcodec-58.dll" target="runtimes/win-x64/native" /> |
29 | | - <file src="win64/bin/avdevice-58.dll" target="runtimes/win-x64/native" /> |
30 | | - <file src="win64/bin/avfilter-7.dll" target="runtimes/win-x64/native" /> |
31 | | - <file src="win64/bin/avformat-58.dll" target="runtimes/win-x64/native" /> |
32 | | - <file src="win64/bin/avutil-56.dll" target="runtimes/win-x64/native" /> |
33 | | - <file src="win64/bin/postproc-55.dll" target="runtimes/win-x64/native" /> |
34 | | - <file src="win64/bin/swresample-3.dll" target="runtimes/win-x64/native" /> |
35 | | - <file src="win64/bin/swscale-5.dll" target="runtimes/win-x64/native" /> |
| 28 | + <file src="win64/bin/avcodec-60.dll" target="runtimes/win-x64/native" /> |
| 29 | + <file src="win64/bin/avdevice-60.dll" target="runtimes/win-x64/native" /> |
| 30 | + <file src="win64/bin/avfilter-9.dll" target="runtimes/win-x64/native" /> |
| 31 | + <file src="win64/bin/avformat-60.dll" target="runtimes/win-x64/native" /> |
| 32 | + <file src="win64/bin/avutil-58.dll" target="runtimes/win-x64/native" /> |
| 33 | + <file src="win64/bin/postproc-57.dll" target="runtimes/win-x64/native" /> |
| 34 | + <file src="win64/bin/swresample-4.dll" target="runtimes/win-x64/native" /> |
| 35 | + <file src="win64/bin/swscale-7.dll" target="runtimes/win-x64/native" /> |
36 | 36 |
|
37 | | - <file src="linux64/lib/libavcodec.so.58" target="runtimes/linux-x64/native" /> |
38 | | - <file src="linux64/lib/libavdevice.so.58" target="runtimes/linux-x64/native" /> |
39 | | - <file src="linux64/lib/libavfilter.so.7" target="runtimes/linux-x64/native" /> |
40 | | - <file src="linux64/lib/libavformat.so.58" target="runtimes/linux-x64/native" /> |
41 | | - <file src="linux64/lib/libavutil.so.56" target="runtimes/linux-x64/native" /> |
42 | | - <file src="linux64/lib/libpostproc.so.55" target="runtimes/linux-x64/native" /> |
43 | | - <file src="linux64/lib/libswresample.so.3" target="runtimes/linux-x64/native" /> |
44 | | - <file src="linux64/lib/libswscale.so.5" target="runtimes/linux-x64/native" /> |
| 37 | + <file src="linux64/lib/libavcodec.so.60" target="runtimes/linux-x64/native" /> |
| 38 | + <file src="linux64/lib/libavdevice.so.60" target="runtimes/linux-x64/native" /> |
| 39 | + <file src="linux64/lib/libavfilter.so.9" target="runtimes/linux-x64/native" /> |
| 40 | + <file src="linux64/lib/libavformat.so.60" target="runtimes/linux-x64/native" /> |
| 41 | + <file src="linux64/lib/libavutil.so.58" target="runtimes/linux-x64/native" /> |
| 42 | + <file src="linux64/lib/libpostproc.so.57" target="runtimes/linux-x64/native" /> |
| 43 | + <file src="linux64/lib/libswresample.so.4" target="runtimes/linux-x64/native" /> |
| 44 | + <file src="linux64/lib/libswscale.so.7" target="runtimes/linux-x64/native" /> |
45 | 45 | </files> |
46 | 46 |
|
47 | 47 | </package> |
0 commit comments