gstreamer-full: Fix link with x264
authorStéphane Cerveau <scerveau@collabora.com>
Tue, 7 Jul 2020 09:13:49 +0000 (11:13 +0200)
committerStéphane Cerveau <scerveau@collabora.com>
Wed, 22 Jul 2020 10:40:00 +0000 (12:40 +0200)
commite236d4f71a014cb26417428cc3dac881200e455d
tree23c5c16ce41e1612109af5ab46d4f1d1b1c9607e
parent9fa22f587361419bbbf6b22e914f5f40fc1343b2
gstreamer-full: Fix link with x264

If a static build is requested and x264 plugin has been enabled
the full link fails with:

/usr/bin/ld: subprojects/x264/libx264.a(cabac-a.o): relocation
R_X86_64_PC32 against symbol `x264_cabac_range_lps' can not be used when
making a shared object; recompile with -fPIC

Fixes #108

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/169>
meson.build