compile-libvlc: export a libvlc.pc file after building
- Aug 29, 2023
-
-
Alexandre Janniaux authored
The compile-libvlc.sh script will generate a shared library called libvlc.so including libvlc, libvlccore, the plugins and the contribs. Expose a pkg-config file per arch folder to be able to supply this to other buildsystem like meson, cmake or autoconf.
237df42f -
Alexandre Janniaux authored
Allow extending CFLAGS and LIBS, so that we can specify flags for libvlc when generating its pc file.
6f28eeb0 -
Alexandre Janniaux authored
The echo line and the next one were stitched without separators, so it was displaying a path as file$path instead of, now, file: $path.
159102a8 -
Alexandre Janniaux authored
In order to generate the pkg-config file for libvlc, we want to be able to specify the usual prefix/libdir/includedir variables.
0892fe65 -
Alexandre Janniaux authored
Bash redirection allows writing the file using multiple commands without repeating the file name again, and it will allow writing conditionals for the output of the pc file.
1c8ad23c -
Alexandre Janniaux authored
There was no indentation despite the braces.
64521e1f
-