From befe044bb9561c9d7d6559db06bba375e82a4b66 Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Thu, 5 Sep 2013 12:05:57 +0200
Subject: [PATCH] avcodec: Stop exporting the removed audio_resample* symbols

---
 libavcodec/libavcodec.v | 2 --
 1 file changed, 2 deletions(-)

diff --git a/libavcodec/libavcodec.v b/libavcodec/libavcodec.v
index 0e1c2e1cdac..bf148075c71 100644
--- a/libavcodec/libavcodec.v
+++ b/libavcodec/libavcodec.v
@@ -1,6 +1,4 @@
 LIBAVCODEC_$MAJOR {
         global: av*;
-                audio_resample;
-                audio_resample_close;
         local:  *;
 };
-- 
GitLab