[FFmpeg-cvslog] avcodec/internal: Remove unused av_export_avcodec

Andreas Rheinhardt git at videolan.org
Tue Jan 4 14:34:23 EET 2022


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Mon Dec 13 19:32:03 2021 +0100| [007ffbeb533af512b08851435ce78e1b15e8e1e0] | committer: Andreas Rheinhardt

avcodec/internal: Remove unused av_export_avcodec

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=007ffbeb533af512b08851435ce78e1b15e8e1e0
---

 libavcodec/internal.h | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/libavcodec/internal.h b/libavcodec/internal.h
index a62f8dbd4e..d3ee0214c5 100644
--- a/libavcodec/internal.h
+++ b/libavcodec/internal.h
@@ -363,10 +363,4 @@ int ff_int_from_list_or_default(void *ctx, const char * val_name, int val,
 
 void ff_dvdsub_parse_palette(uint32_t *palette, const char *p);
 
-#if defined(_WIN32) && CONFIG_SHARED && !defined(BUILDING_avcodec)
-#    define av_export_avcodec __declspec(dllimport)
-#else
-#    define av_export_avcodec
-#endif
-
 #endif /* AVCODEC_INTERNAL_H */



More information about the ffmpeg-cvslog mailing list