mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
codec_names: remove spaces in sed command.
This commit is contained in:
parent
5b71ae2b65
commit
7a71a3d098
@ -79,7 +79,7 @@ parse_avcodec_h () {
|
||||
|
||||
parse_config_h < "$config"
|
||||
parse_avcodec_h < "$codecs"
|
||||
sed -e '/case.*:/ ! y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/' \
|
||||
sed -e '/case.*:/!y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/' \
|
||||
-e 's/extern avcodec /extern AVCodec /' > "$out" <<EOF
|
||||
$outval
|
||||
EOF
|
||||
|
Loading…
Reference in New Issue
Block a user