Skip to content
Snippets Groups Projects
  1. Jan 17, 2022
  2. Jan 15, 2022
  3. Jan 14, 2022
    • Felix Paul Kühne's avatar
      upnp: fix browsing of certain servers · 584bf4f6
      Felix Paul Kühne authored
      This is a partial revert of 785c6dfe. Some servers (notably PLEX, UMS,
      and some TV sets) amend the exposed media type with additional subtypes
      for further differentiation not relevant to VLC, so it is actually
      correct to compare the beginning of the string only.
      
      For instance "object.container" can turn into
      "object.container.storageFolder" or "object.container.person.musicArtist"
      so the plain strcmp will fail to recognize the container nature.
      
      Fixes vlc-ios#1239
      
      (cherry picked from commit 741f1f90)
      584bf4f6
  4. Jan 13, 2022
  5. Jan 12, 2022
  6. Jan 08, 2022
    • David's avatar
      bin: Add Frameworks directory to vlc-osx RPATH · 0b72ae60
      David authored and David's avatar David committed
      vlc-osx is used to generate the final VLC executable, and therefore
      the RPATH to the Frameworks directory is needed as well, in order
      to find the Sparkle framework.
      
      Followup fix for !1155.
      0b72ae60
  7. Jan 07, 2022
  8. Jan 04, 2022
  9. Jan 03, 2022
Loading