diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-08-09 23:29:36 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-08-09 23:29:36 +0100 |
| commit | 2e6aa3b2f1f045f31151def0b83b51bc8db1407c (patch) | |
| tree | fd4bb5ab8daf3ff7ea7893e2f111d03a10b00db7 | |
| parent | f6ee90107839e0d750d8678b67c9d6d1d596d739 (diff) | |
Add comment.
| -rw-r--r-- | libdcp.pc.in | 2 | ||||
| -rw-r--r-- | src/picture_asset.cc | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/libdcp.pc.in b/libdcp.pc.in index 9584970a..a3a9d66f 100644 --- a/libdcp.pc.in +++ b/libdcp.pc.in @@ -6,5 +6,5 @@ Name: libdcp Description: DCP creation library Version: @version@ Requires: sigc++-2.0 openssl -Libs: @libs@ +Libs: @libs@ -lboost_system Cflags: -I${includedir} diff --git a/src/picture_asset.cc b/src/picture_asset.cc index d7036a19..84c187df 100644 --- a/src/picture_asset.cc +++ b/src/picture_asset.cc @@ -143,6 +143,7 @@ PictureAsset::write_to_cpl (ostream& s) const << " </MainPicture>\n"; } +/* XXX: could use get_frame()? */ list<string> PictureAsset::equals (shared_ptr<const Asset> other, EqualityOptions opt) const { |
