meson: Don't export symbols from linked static libraries
authorNirbheek Chauhan <nirbheek@centricular.com>
Mon, 1 Oct 2018 10:43:29 +0000 (16:13 +0530)
committerNirbheek Chauhan <nirbheek@centricular.com>
Mon, 1 Oct 2018 10:43:29 +0000 (16:13 +0530)
commit50311411f4b821d3f40b4ecb7801aa2860eabb73
treee79a870ce51e568cfbddc98eacbf8ccf82812fee
parent46cc79c43a95108967ffa041145b8117b5e49589
meson: Don't export symbols from linked static libraries

We don't want to export any symbols from the ffmpeg static libraries
we link to when building inside Cerbero. In the Autotools build, we
pass -export-symbols-regex to libtool which ensures this for us.
meson.build