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

orc.pc.in - github.com/GStreamer/orc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: eb8a28014f1c41bda5e852e826cada68d8e7b8f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@/orc-@ORC_MAJORMINOR@
toolsdir=${exec_prefix}/bin


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

orcc=${toolsdir}/orcc@EXEEXT@