Skip to content
Snippets Groups Projects
  1. Mar 23, 2020
  2. Mar 20, 2020
  3. Mar 19, 2020
    • Steve Lhomme's avatar
      package/win32: build.sh: don't force the PKG_CONFIG_LIBDIR in contribs · 6746f578
      Steve Lhomme authored
      The contrib path is automatically added for contribs and for vlc.
      
      We still need a proper environment to build VLC. We set the same values used in
      contribs. They should always match. It could be removed once it's move into
      configure.ac.
      
      It uses the same detection for bogus Debian $TRIPLET-pkg-config.
      6746f578
  4. Mar 13, 2020
  5. Mar 08, 2020
    • Martin Storsjö's avatar
      extras/tools: Require nasm 2.14 · 0e7e92cd
      Martin Storsjö authored
      Since ea96271f, contribs builds
      dav1d 0.6.0, which requires nasm 2.14. (The version that extras/tools
      is installing is already at 2.14, but the bootstrap script only
      installed it if the existing one was older than 2.13.2 or missing.)
      0e7e92cd
  6. Mar 02, 2020
  7. Feb 14, 2020
  8. Feb 02, 2020
  9. Jan 28, 2020
  10. Jan 26, 2020
  11. Jan 25, 2020
  12. Jan 24, 2020
  13. Jan 23, 2020
  14. Jan 22, 2020
  15. Jan 13, 2020
  16. Jan 08, 2020
  17. Dec 21, 2019
    • Marvin Scholz's avatar
      apple/build: Fix libvlc-full-static.a build · ef076e36
      Marvin Scholz authored
      The CFLAGS were not honored so the module list was always compiled for
      the native compiler. When later combining the objects with libtool,
      it would create a FAT binary with a x86_64 part containing just the
      module list and an ARM part containing everything else.
      ef076e36
  18. Dec 10, 2019
    • David's avatar
    • David's avatar
      macOS packaging: Add target to package an sdk version for macOS · 05dea5e4
      David authored
      This adds a separate target to add an SDK version of the macOS
      binaries. This package is the result of a destroot'ed 'make install'
      
      It shall serve two purposes:
      
      1) Out of tree modules compilation: Module authors can use the included
      pkgconfig files to link against libvlc(core) for their own modules.
      This is similar to the existing SDK we have on Windows.
      
      2) Packaging libvlc for our own app: If someone does not want to use
      VLCKit, but links against libvlc directly, these precompiled artefacts
      can be used for packaging the libs into the own app. Packaging shall
      be done in the same way as with VLC.app (i.e.: lib/* and the vlc plugins
      directory goes to Contents/Frameworks, share/ goes to
      Contents/Resources/share/ if needed). In this case, all ressources are
      found by libvlc automatically.
      
      Users can also execute vlc directly from the extracted tarball, after
      specifying LD_LIBRARY_PATH and VLC_PLUGIN_PATH. Using the macOS UI
      module is not supported.
      05dea5e4
    • David's avatar
      macOS packaging: Use DESTDIR install for packaging · 358a3be3
      David authored
      This gets rid of a prefix inside our build dir, and uses DESTDIR
      when installing the content. This way, the install directory
      can be reused for further packaging introduced in the next commits.
      358a3be3
    • Marvin Scholz's avatar
      apple/build: Fix incorrect assignment · 274144fd
      Marvin Scholz authored
      274144fd
    • Marvin Scholz's avatar
      apple/build: Add FIXME · fd6a0aa8
      Marvin Scholz authored
      fd6a0aa8
    • Marvin Scholz's avatar
      apple/build: Fix workaround for cross-compilation · aa28053b
      Marvin Scholz authored
      This fixes the workaround for cross-compilation for the iOS Simulator
      introduced in 43826f9f
      aa28053b
  19. Dec 09, 2019
Loading