Skip to content

Commit

Permalink
FFmpeg: remove now unecessary added exports
Browse files Browse the repository at this point in the history
  • Loading branch information
ulmus-scott authored and bennettpeter committed Jul 11, 2022
1 parent c1a6b71 commit 588f7cf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions mythtv/external/FFmpeg/libavcodec/libavcodec.v
@@ -1,13 +1,6 @@
LIBAVCODEC_MAJOR {
global:
av*;
ff_ue_golomb_vlc_code;
ff_golomb_vlc_len;
ff_se_golomb_vlc_code;
ff_zigzag_direct;
avpriv_find_start_code;
ff_fft_init;
ff_fft_end;
local:
*;
};
1 change: 0 additions & 1 deletion mythtv/external/FFmpeg/libavformat/libavformat.v
Expand Up @@ -10,7 +10,6 @@ LIBAVFORMAT_MAJOR {
ffurl_open_whitelist;
ffurl_close;
ffurl_write;
ff_read_frame_flush;
local:
*;
};

0 comments on commit 588f7cf

Please sign in to comment.