summaryrefslogtreecommitdiff
path: root/libavcodec/libavcodec.v
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/libavcodec.v')
-rw-r--r--libavcodec/libavcodec.v14
1 files changed, 8 insertions, 6 deletions
diff --git a/libavcodec/libavcodec.v b/libavcodec/libavcodec.v
index c923cd378f..304c2ef427 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:
+ *;
};