Welcome to mirror list, hosted at ThFree Co, Russian Federation.

orc-uninstalled.pc.in - github.com/GStreamer/orc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7c18fc4e5ba5a5063da07e7ae8932e8ed00fee9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
prefix=
exec_prefix=
libdir=${pcfiledir}/orc/
includedir=${pcfiledir}/

Name: orc-@ORC_MAJORMINOR@ uninstalled
Description: Library of Optimized Inner Loops Runtime Compiler
Version: @VERSION@
Libs: -L${libdir} -lorc-@ORC_MAJORMINOR@ @LIBM@ @LIBRT@
Cflags: -I${includedir}

orcc=${pcfiledir}/tools/orcc@EXEEXT@