[vlc-commits] [Git][videolan/vlc][master] vlccore: remove duplicated symbol

Steve Lhomme (@robUx4) gitlab at videolan.org
Fri Nov 4 12:09:16 UTC 2022



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
38ff12ee by KO Myung-Hun at 2022-11-04T11:42:53+00:00
vlccore: remove duplicated symbol

This fixes a linkage error on OS/2:

-----
make.exe[3]: Entering directory `F:/lang/work/vlc/vlc.git/src'
  CCLD     libvlccore.la
weakld: F:/lang/work/vlc/vlc.git/src/.libs/vlccore.def - warning: Export '_vlc_latch_is_ready' (int '_vlc_latch_is_ready') is already defined.
Warning! W1121: file ldwUtpCd.: '_vlc_latch_is_ready' has already been exported
make.exe[3]: Leaving directory `F:/lang/work/vlc/vlc.git/src'

[...]

make.exe[4]: Entering directory `F:/lang/work/vlc/vlc.git/modules'
  CCLD     libvlc_http.la
  CCLD     libhttps_plugin.la
emxomf: Symbol multiply defined: _vlc_latch_is_ready
emxomfld: a.out to omf conversion failed for '../src/.libs/vlccore_dll.a'.
make.exe[4]: *** [libhttps_plugin.la] Error 1
-----

- - - - -


1 changed file:

- src/libvlccore.sym


Changes:

=====================================
src/libvlccore.sym
=====================================
@@ -594,7 +594,6 @@ vlc_latch_init
 vlc_latch_is_ready
 vlc_latch_count_down
 vlc_latch_count_down_and_wait
-vlc_latch_is_ready
 vlc_latch_wait
 vlc_ml_instance_get
 vlc_ml_get



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/38ff12ee3db4b59a22e6f43d934363c409dbf3ee

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/38ff12ee3db4b59a22e6f43d934363c409dbf3ee
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list