diff options
author | Emil Velikov <[email protected]> | 2014-04-05 18:09:59 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-05-02 21:48:26 +0100 |
commit | 53dd2e45f4625cc82f96e628a0e20512557113b8 (patch) | |
tree | 2054df864129c9b76739b2c5131a50932f86e924 /src | |
parent | bea9e8dca010c84b8281000d69b62dcdc0341bf3 (diff) |
targets/omx: drop the version from the omx targets
Suggested-by: Christian König <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/Automake.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/Automake.inc b/src/gallium/Automake.inc index 5263b7ae22a..5a4f4e8c455 100644 --- a/src/gallium/Automake.inc +++ b/src/gallium/Automake.inc @@ -81,6 +81,7 @@ GALLIUM_OMX_LINKER_FLAGS = \ -shared \ -module \ -no-undefined \ + -avoid-version \ -Wl,--version-script=$(top_srcdir)/src/gallium/targets/omx.sym \ $(GC_SECTIONS) \ $(LD_NO_UNDEFINED) |