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

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

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