blob: c27e8aa9481b2a9e0c4d4c81a14336a82539fef6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libxine
Description: The xine engine library
Version: @XINE_MAJOR@.@XINE_MINOR@.@XINE_SUB@
Requires:
Libs: -L${libdir} -lxine
Libs.private: @ZLIB_LIBS@ @NET_LIBS@ @PTHREAD_LIBS@ @LIBICONV@ @RT_LIBS@
Cflags: -I${includedir}
Cflags.private: @PTHREAD_CFLAGS@
|