Skip to content
Snippets Groups Projects
  1. Nov 04, 2022
    • KO Myung-Hun's avatar
      vlc_fixups: define INET6_ADDRSTRLEN on OS/2 · 3431ed42
      KO Myung-Hun authored and Steve Lhomme's avatar Steve Lhomme committed
      This fixes a compilation error on OS/2:
      
      -----
        CC       stream_out/udp.lo
      stream_out/udp.c: In function 'CreateSDP':
      stream_out/udp.c:89:16: error: 'INET6_ADDRSTRLEN' undeclared (first use in this function); did you mean 'INET_ADDRSTRLEN'?
         89 |     char dhost[INET6_ADDRSTRLEN];
            |                ^~~~~~~~~~~~~~~~
            |                INET_ADDRSTRLEN
      stream_out/udp.c:89:16: note: each undeclared identifier is reported only once for each function it appears in
      stream_out/udp.c:89:10: warning: unused variable 'dhost' [-Wunused-variable]
         89 |     char dhost[INET6_ADDRSTRLEN];
            |          ^~~~~
      -----
      3431ed42
    • KO Myung-Hun's avatar
      vlccore: remove duplicated symbol · 38ff12ee
      KO Myung-Hun authored and Steve Lhomme's avatar Steve Lhomme committed
      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
      -----
      38ff12ee
    • François Cartegnie's avatar
      demux: avi: add tag index keyframe for H26x · 284e3f6a
      François Cartegnie authored and Steve Lhomme's avatar Steve Lhomme committed
      284e3f6a
    • Steve Lhomme's avatar
      CI: add a VLCARCH variable for Windows targets · f2afde1e
      Steve Lhomme authored
      The build folder doesn't always correspond to the arch, for example it may contain
      ucrt.
      f2afde1e
  2. Nov 03, 2022
  3. Nov 02, 2022
  4. Nov 01, 2022
Loading