From 743a992d0cef7ae78780eb0193dd1a729850a5fd Mon Sep 17 00:00:00 2001 From: Scott Theisen Date: Tue, 16 Jul 2024 20:09:14 -0400 Subject: [PATCH] libavformat.v: remove now unused added exports --- mythtv/external/FFmpeg/libavformat/libavformat.v | 6 ------ 1 file changed, 6 deletions(-) diff --git a/mythtv/external/FFmpeg/libavformat/libavformat.v b/mythtv/external/FFmpeg/libavformat/libavformat.v index 9fd391df197..47d5ddcdb13 100644 --- a/mythtv/external/FFmpeg/libavformat/libavformat.v +++ b/mythtv/external/FFmpeg/libavformat/libavformat.v @@ -1,12 +1,6 @@ LIBAVFORMAT_MAJOR { global: av*; - ffurl_read; - ffurl_seek; - ffurl_size; - ffurl_open_whitelist; - ffurl_close; - ffurl_write; local: *; };