spec: Use %license macro to copy license
[platform/upstream/libtheora.git] / theoraenc.pc.in
1 # theoraenc 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 (encoder)
10 Version: @VERSION@
11 Requires: theoradec, ogg >= 1.1
12 Conflicts:
13 Libs: -L${libdir} -ltheoraenc
14 Cflags: -I${includedir}