diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-11-04 07:15:40 -0800 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2012-11-04 07:15:40 -0800 |
commit | 20e158548a02a6ac87e5e662d790e88882e0e4d9 (patch) | |
tree | 9dc5064254d717cb8e242a1b68e4d8d77b04e84d /theoradec.pc.in | |
download | libtheora-20e158548a02a6ac87e5e662d790e88882e0e4d9.tar.gz libtheora-20e158548a02a6ac87e5e662d790e88882e0e4d9.tar.bz2 libtheora-20e158548a02a6ac87e5e662d790e88882e0e4d9.zip |
Imported Upstream version 1.1.1upstream/1.1.1upstream
Diffstat (limited to 'theoradec.pc.in')
-rw-r--r-- | theoradec.pc.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/theoradec.pc.in b/theoradec.pc.in new file mode 100644 index 0000000..615718d --- /dev/null +++ b/theoradec.pc.in @@ -0,0 +1,14 @@ +# theoradec installed pkg-config file + +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: theora +Description: Theora video codec (decoder) +Version: @VERSION@ +Requires: ogg >= 1.1 +Conflicts: +Libs: -L${libdir} -ltheoradec +Cflags: -I${includedir} |