|
45 | 45 | }
|
46 | 46 | },
|
47 | 47 | "include_dirs" : [
|
48 |
| - "ffmpeg/ffmpeg-4.3.1-win64-shared/include" |
| 48 | + "ffmpeg/ffmpeg-4.3-win64-shared/include" |
49 | 49 | ],
|
50 | 50 | "libraries": [
|
51 |
| - "-l../ffmpeg/ffmpeg-4.3.1-win64-shared/lib/avcodec", |
52 |
| - "-l../ffmpeg/ffmpeg-4.3.1-win64-shared/lib/avdevice", |
53 |
| - "-l../ffmpeg/ffmpeg-4.3.1-win64-shared/lib/avfilter", |
54 |
| - "-l../ffmpeg/ffmpeg-4.3.1-win64-shared/lib/avformat", |
55 |
| - "-l../ffmpeg/ffmpeg-4.3.1-win64-shared/lib/avutil", |
56 |
| - "-l../ffmpeg/ffmpeg-4.3.1-win64-shared/lib/postproc", |
57 |
| - "-l../ffmpeg/ffmpeg-4.3.1-win64-shared/lib/swresample", |
58 |
| - "-l../ffmpeg/ffmpeg-4.3.1-win64-shared/lib/swscale" |
| 51 | + "-l../ffmpeg/ffmpeg-4.3-win64-shared/lib/avcodec", |
| 52 | + "-l../ffmpeg/ffmpeg-4.3-win64-shared/lib/avdevice", |
| 53 | + "-l../ffmpeg/ffmpeg-4.3-win64-shared/lib/avfilter", |
| 54 | + "-l../ffmpeg/ffmpeg-4.3-win64-shared/lib/avformat", |
| 55 | + "-l../ffmpeg/ffmpeg-4.3-win64-shared/lib/avutil", |
| 56 | + "-l../ffmpeg/ffmpeg-4.3-win64-shared/lib/postproc", |
| 57 | + "-l../ffmpeg/ffmpeg-4.3-win64-shared/lib/swresample", |
| 58 | + "-l../ffmpeg/ffmpeg-4.3-win64-shared/lib/swscale" |
59 | 59 | ],
|
60 | 60 | "copies": [
|
61 | 61 | {
|
62 | 62 | "destination": "build/Release/",
|
63 | 63 | "files": [
|
64 |
| - "ffmpeg/ffmpeg-4.3.1-win64-shared/bin/avcodec-58.dll", |
65 |
| - "ffmpeg/ffmpeg-4.3.1-win64-shared/bin/avdevice-58.dll", |
66 |
| - "ffmpeg/ffmpeg-4.3.1-win64-shared/bin/avfilter-7.dll", |
67 |
| - "ffmpeg/ffmpeg-4.3.1-win64-shared/bin/avformat-58.dll", |
68 |
| - "ffmpeg/ffmpeg-4.3.1-win64-shared/bin/avutil-56.dll", |
69 |
| - "ffmpeg/ffmpeg-4.3.1-win64-shared/bin/postproc-55.dll", |
70 |
| - "ffmpeg/ffmpeg-4.3.1-win64-shared/bin/swresample-3.dll", |
71 |
| - "ffmpeg/ffmpeg-4.3.1-win64-shared/bin/swscale-5.dll" |
| 64 | + "ffmpeg/ffmpeg-4.3-win64-shared/bin/avcodec-58.dll", |
| 65 | + "ffmpeg/ffmpeg-4.3-win64-shared/bin/avdevice-58.dll", |
| 66 | + "ffmpeg/ffmpeg-4.3-win64-shared/bin/avfilter-7.dll", |
| 67 | + "ffmpeg/ffmpeg-4.3-win64-shared/bin/avformat-58.dll", |
| 68 | + "ffmpeg/ffmpeg-4.3-win64-shared/bin/avutil-56.dll", |
| 69 | + "ffmpeg/ffmpeg-4.3-win64-shared/bin/postproc-55.dll", |
| 70 | + "ffmpeg/ffmpeg-4.3-win64-shared/bin/swresample-3.dll", |
| 71 | + "ffmpeg/ffmpeg-4.3-win64-shared/bin/swscale-5.dll" |
72 | 72 | ]
|
73 | 73 | }
|
74 | 74 | ]
|
|
0 commit comments