X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Flibavcodec.v;h=304c2ef4279af582b5f20bc8828ab7aaff0b25b9;hb=a63c73122e90fded87d3cb281cc85685c9425a84;hp=c923cd378f5cb52cb36c89720a6b1ceea8fd955d;hpb=6988cf2969d777ebac84d241123883357375dc6c;p=ffmpeg diff --git a/libavcodec/libavcodec.v b/libavcodec/libavcodec.v index c923cd378f5..304c2ef4279 100644 --- a/libavcodec/libavcodec.v +++ b/libavcodec/libavcodec.v @@ -1,7 +1,9 @@ -LIBAVCODEC_$MAJOR { - global: av*; - #deprecated, remove after next bump - audio_resample; - audio_resample_close; - local: *; +LIBAVCODEC_MAJOR { + global: + av*; + #deprecated, remove after next bump + audio_resample; + audio_resample_close; + local: + *; };