diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-17 16:58:26 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-17 16:58:26 +0000 |
| commit | 394abae7986abf4438184a712f16dfbe3c2734da (patch) | |
| tree | addc4d60dfd4fad8083b2176b9163ced819dcde8 | |
| parent | 120bc84676be775e49a2ac94689ff33dce814f53 (diff) | |
Comments.
| -rw-r--r-- | libdcp.pc.in | 2 | ||||
| -rw-r--r-- | src/dcp.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libdcp.pc.in b/libdcp.pc.in index 0dcc6ca2..0f3239b7 100644 --- a/libdcp.pc.in +++ b/libdcp.pc.in @@ -3,7 +3,7 @@ libdir=@libdir@ includedir=@includedir@ Name: libdcp -Description: DCP creation library +Description: DCP reading and writing library Version: @version@ Requires: sigc++-2.0 openssl libxml++-2.6 xmlsec1 Libs: @libs@ @@ -18,7 +18,7 @@ */ /** @file src/dcp.h - * @brief A class to create a DCP. + * @brief A class to create or read a DCP. */ #ifndef LIBDCP_DCP_H |
