avcodec/internal: Remove unused av_export_avcodec

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
pull/383/head
Andreas Rheinhardt 3 years ago
parent 33e6d57f01
commit 007ffbeb53
  1. 6
      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 */

Loading…
Cancel
Save