Browse Source

packetizer: meson: add Bsymbolic

-Bsymbolic flag is needed when compiling the module with static ffmpeg
build.
pull/177/head
Alexandre Janniaux 1 year ago
committed by Felix Paul Kühne
parent
commit
38657c2491
  1. 1
      modules/packetizer/meson.build

1
modules/packetizer/meson.build

@ -99,5 +99,6 @@ vlc_modules += {
'sources' : files('avparser.c'),
'dependencies' : [avutil_dep, avcodec_dep],
'link_with' : [libavcodec_common],
'link_args' : symbolic_linkargs,
'enabled' : avcodec_dep.found() and not get_option('merge-ffmpeg'),
}

Loading…
Cancel
Save