@@ -26,10 +26,10 @@ bitflags = "2.5"
26
26
version = " 0.25"
27
27
optional = true
28
28
29
- [dependencies .ffmpeg-sys-the- third ]
29
+ [dependencies .ffmpeg-sys-third ]
30
30
version = " 3.0.0"
31
31
default-features = false
32
- path = " ffmpeg-sys-the- third"
32
+ path = " ffmpeg-sys-third"
33
33
34
34
[dependencies .serde ]
35
35
version = " 1.0.152"
@@ -48,88 +48,88 @@ default = [
48
48
]
49
49
50
50
serialize = [" serde" ]
51
- static = [" ffmpeg-sys-the- third/static" ]
51
+ static = [" ffmpeg-sys-third/static" ]
52
52
53
53
# mark enums in generated bindings as #[non_exhaustive]
54
- non-exhaustive-enums = [" ffmpeg-sys-the- third/non-exhaustive-enums" ]
54
+ non-exhaustive-enums = [" ffmpeg-sys-third/non-exhaustive-enums" ]
55
55
56
56
# components
57
- codec = [" ffmpeg-sys-the- third/avcodec" ]
58
- device = [" ffmpeg-sys-the- third/avdevice" , " format" ]
59
- filter = [" ffmpeg-sys-the- third/avfilter" ]
60
- format = [" ffmpeg-sys-the- third/avformat" , " codec" ]
61
- postprocessing = [" ffmpeg-sys-the- third/postproc" ]
62
- software-resampling = [" ffmpeg-sys-the- third/swresample" ]
63
- software-scaling = [" ffmpeg-sys-the- third/swscale" , " codec" ]
57
+ codec = [" ffmpeg-sys-third/avcodec" ]
58
+ device = [" ffmpeg-sys-third/avdevice" , " format" ]
59
+ filter = [" ffmpeg-sys-third/avfilter" ]
60
+ format = [" ffmpeg-sys-third/avformat" , " codec" ]
61
+ postprocessing = [" ffmpeg-sys-third/postproc" ]
62
+ software-resampling = [" ffmpeg-sys-third/swresample" ]
63
+ software-scaling = [" ffmpeg-sys-third/swscale" , " codec" ]
64
64
65
65
#
66
66
# Build-related features
67
67
#
68
68
69
69
# build FFmpeg when building this crate
70
- build = [" static" , " ffmpeg-sys-the- third/build" ]
70
+ build = [" static" , " ffmpeg-sys-third/build" ]
71
71
72
72
# licensing
73
- build-license-gpl = [" ffmpeg-sys-the- third/build-license-gpl" ]
74
- build-license-nonfree = [" ffmpeg-sys-the- third/build-license-nonfree" ]
75
- build-license-version3 = [" ffmpeg-sys-the- third/build-license-version3" ]
73
+ build-license-gpl = [" ffmpeg-sys-third/build-license-gpl" ]
74
+ build-license-nonfree = [" ffmpeg-sys-third/build-license-nonfree" ]
75
+ build-license-version3 = [" ffmpeg-sys-third/build-license-version3" ]
76
76
77
77
# misc
78
- build-pic = [" ffmpeg-sys-the- third/build-pic" ]
79
- build-zlib = [" ffmpeg-sys-the- third/build-zlib" ]
78
+ build-pic = [" ffmpeg-sys-third/build-pic" ]
79
+ build-zlib = [" ffmpeg-sys-third/build-zlib" ]
80
80
81
81
# ssl
82
- build-lib-gnutls = [" ffmpeg-sys-the- third/build-lib-gnutls" ]
83
- build-lib-openssl = [" ffmpeg-sys-the- third/build-lib-openssl" ]
82
+ build-lib-gnutls = [" ffmpeg-sys-third/build-lib-gnutls" ]
83
+ build-lib-openssl = [" ffmpeg-sys-third/build-lib-openssl" ]
84
84
85
85
# filters
86
- build-lib-fontconfig = [" ffmpeg-sys-the- third/build-lib-fontconfig" ]
87
- build-lib-frei0r = [" ffmpeg-sys-the- third/build-lib-frei0r" ]
88
- build-lib-ladspa = [" ffmpeg-sys-the- third/build-lib-ladspa" ]
89
- build-lib-ass = [" ffmpeg-sys-the- third/build-lib-ass" ]
90
- build-lib-freetype = [" ffmpeg-sys-the- third/build-lib-freetype" ]
91
- build-lib-freebidi = [" ffmpeg-sys-the- third/build-lib-freebidi" ]
92
- build-lib-opencv = [" ffmpeg-sys-the- third/build-lib-opencv" ]
93
- build-lib-vmaf = [" ffmpeg-sys-the- third/build-lib-vmaf" ]
86
+ build-lib-fontconfig = [" ffmpeg-sys-third/build-lib-fontconfig" ]
87
+ build-lib-frei0r = [" ffmpeg-sys-third/build-lib-frei0r" ]
88
+ build-lib-ladspa = [" ffmpeg-sys-third/build-lib-ladspa" ]
89
+ build-lib-ass = [" ffmpeg-sys-third/build-lib-ass" ]
90
+ build-lib-freetype = [" ffmpeg-sys-third/build-lib-freetype" ]
91
+ build-lib-freebidi = [" ffmpeg-sys-third/build-lib-freebidi" ]
92
+ build-lib-opencv = [" ffmpeg-sys-third/build-lib-opencv" ]
93
+ build-lib-vmaf = [" ffmpeg-sys-third/build-lib-vmaf" ]
94
94
95
95
# encoders/decoders
96
- build-lib-aacplus = [" ffmpeg-sys-the- third/build-lib-aacplus" ]
97
- build-lib-celt = [" ffmpeg-sys-the- third/build-lib-celt" ]
98
- build-lib-dav1d = [" ffmpeg-sys-the- third/build-lib-dav1d" ]
99
- build-lib-dcadec = [" ffmpeg-sys-the- third/build-lib-dcadec" ]
100
- build-lib-faac = [" ffmpeg-sys-the- third/build-lib-faac" ]
101
- build-lib-fdk-aac = [" ffmpeg-sys-the- third/build-lib-fdk-aac" ]
102
- build-lib-gsm = [" ffmpeg-sys-the- third/build-lib-gsm" ]
103
- build-lib-ilbc = [" ffmpeg-sys-the- third/build-lib-ilbc" ]
104
- build-lib-kvazaar = [" ffmpeg-sys-the- third/build-lib-kvazaar" ]
105
- build-lib-mp3lame = [" ffmpeg-sys-the- third/build-lib-mp3lame" ]
106
- build-lib-opencore-amrnb = [" ffmpeg-sys-the- third/build-lib-opencore-amrnb" ]
107
- build-lib-opencore-amrwb = [" ffmpeg-sys-the- third/build-lib-opencore-amrwb" ]
108
- build-lib-openh264 = [" ffmpeg-sys-the- third/build-lib-openh264" ]
109
- build-lib-openjpeg = [" ffmpeg-sys-the- third/build-lib-openjpeg" ]
110
- build-lib-opus = [" ffmpeg-sys-the- third/build-lib-opus" ]
111
- build-lib-schroedinger = [" ffmpeg-sys-the- third/build-lib-schroedinger" ]
112
- build-lib-shine = [" ffmpeg-sys-the- third/build-lib-shine" ]
113
- build-lib-snappy = [" ffmpeg-sys-the- third/build-lib-snappy" ]
114
- build-lib-speex = [" ffmpeg-sys-the- third/build-lib-speex" ]
115
- build-lib-stagefright-h264 = [" ffmpeg-sys-the- third/build-lib-stagefright-h264" ]
116
- build-lib-theora = [" ffmpeg-sys-the- third/build-lib-theora" ]
117
- build-lib-twolame = [" ffmpeg-sys-the- third/build-lib-twolame" ]
118
- build-lib-utvideo = [" ffmpeg-sys-the- third/build-lib-utvideo" ]
119
- build-lib-vo-aacenc = [" ffmpeg-sys-the- third/build-lib-vo-aacenc" ]
120
- build-lib-vo-amrwbenc = [" ffmpeg-sys-the- third/build-lib-vo-amrwbenc" ]
121
- build-lib-vorbis = [" ffmpeg-sys-the- third/build-lib-vorbis" ]
122
- build-lib-vpx = [" ffmpeg-sys-the- third/build-lib-vpx" ]
123
- build-lib-wavpack = [" ffmpeg-sys-the- third/build-lib-wavpack" ]
124
- build-lib-webp = [" ffmpeg-sys-the- third/build-lib-webp" ]
125
- build-lib-x264 = [" ffmpeg-sys-the- third/build-lib-x264" ]
126
- build-lib-x265 = [" ffmpeg-sys-the- third/build-lib-x265" ]
127
- build-lib-avs = [" ffmpeg-sys-the- third/build-lib-avs" ]
128
- build-lib-xvid = [" ffmpeg-sys-the- third/build-lib-xvid" ]
96
+ build-lib-aacplus = [" ffmpeg-sys-third/build-lib-aacplus" ]
97
+ build-lib-celt = [" ffmpeg-sys-third/build-lib-celt" ]
98
+ build-lib-dav1d = [" ffmpeg-sys-third/build-lib-dav1d" ]
99
+ build-lib-dcadec = [" ffmpeg-sys-third/build-lib-dcadec" ]
100
+ build-lib-faac = [" ffmpeg-sys-third/build-lib-faac" ]
101
+ build-lib-fdk-aac = [" ffmpeg-sys-third/build-lib-fdk-aac" ]
102
+ build-lib-gsm = [" ffmpeg-sys-third/build-lib-gsm" ]
103
+ build-lib-ilbc = [" ffmpeg-sys-third/build-lib-ilbc" ]
104
+ build-lib-kvazaar = [" ffmpeg-sys-third/build-lib-kvazaar" ]
105
+ build-lib-mp3lame = [" ffmpeg-sys-third/build-lib-mp3lame" ]
106
+ build-lib-opencore-amrnb = [" ffmpeg-sys-third/build-lib-opencore-amrnb" ]
107
+ build-lib-opencore-amrwb = [" ffmpeg-sys-third/build-lib-opencore-amrwb" ]
108
+ build-lib-openh264 = [" ffmpeg-sys-third/build-lib-openh264" ]
109
+ build-lib-openjpeg = [" ffmpeg-sys-third/build-lib-openjpeg" ]
110
+ build-lib-opus = [" ffmpeg-sys-third/build-lib-opus" ]
111
+ build-lib-schroedinger = [" ffmpeg-sys-third/build-lib-schroedinger" ]
112
+ build-lib-shine = [" ffmpeg-sys-third/build-lib-shine" ]
113
+ build-lib-snappy = [" ffmpeg-sys-third/build-lib-snappy" ]
114
+ build-lib-speex = [" ffmpeg-sys-third/build-lib-speex" ]
115
+ build-lib-stagefright-h264 = [" ffmpeg-sys-third/build-lib-stagefright-h264" ]
116
+ build-lib-theora = [" ffmpeg-sys-third/build-lib-theora" ]
117
+ build-lib-twolame = [" ffmpeg-sys-third/build-lib-twolame" ]
118
+ build-lib-utvideo = [" ffmpeg-sys-third/build-lib-utvideo" ]
119
+ build-lib-vo-aacenc = [" ffmpeg-sys-third/build-lib-vo-aacenc" ]
120
+ build-lib-vo-amrwbenc = [" ffmpeg-sys-third/build-lib-vo-amrwbenc" ]
121
+ build-lib-vorbis = [" ffmpeg-sys-third/build-lib-vorbis" ]
122
+ build-lib-vpx = [" ffmpeg-sys-third/build-lib-vpx" ]
123
+ build-lib-wavpack = [" ffmpeg-sys-third/build-lib-wavpack" ]
124
+ build-lib-webp = [" ffmpeg-sys-third/build-lib-webp" ]
125
+ build-lib-x264 = [" ffmpeg-sys-third/build-lib-x264" ]
126
+ build-lib-x265 = [" ffmpeg-sys-third/build-lib-x265" ]
127
+ build-lib-avs = [" ffmpeg-sys-third/build-lib-avs" ]
128
+ build-lib-xvid = [" ffmpeg-sys-third/build-lib-xvid" ]
129
129
130
130
# protocols
131
- build-lib-smbclient = [" ffmpeg-sys-the- third/build-lib-smbclient" ]
132
- build-lib-ssh = [" ffmpeg-sys-the- third/build-lib-ssh" ]
131
+ build-lib-smbclient = [" ffmpeg-sys-third/build-lib-smbclient" ]
132
+ build-lib-ssh = [" ffmpeg-sys-third/build-lib-ssh" ]
133
133
134
134
# platforms
135
135
rpi = []
0 commit comments