spec: Use %license macro to copy license
[platform/upstream/libtheora.git] / theoradec.pc.in
1 # theoradec installed pkg-config file
2
3 prefix=@prefix@
4 exec_prefix=@exec_prefix@
5 libdir=@libdir@
6 includedir=@includedir@
7
8 Name: theora
9 Description: Theora video codec (decoder)
10 Version: @VERSION@
11 Requires: ogg >= 1.1
12 Conflicts:
13 Libs: -L${libdir} -ltheoradec
14 Cflags: -I${includedir}