Add comment.
authorCarl Hetherington <cth@carlh.net>
Thu, 9 Aug 2012 22:29:36 +0000 (23:29 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 9 Aug 2012 22:29:36 +0000 (23:29 +0100)
libdcp.pc.in
src/picture_asset.cc

index 9584970ab87a6b28ff7f940f768c84936e740ce0..a3a9d66f524e4d794023f43228eaddc175c13446 100644 (file)
@@ -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}
index d7036a190fcebf68033ed923bdb035fbcbd83adc..84c187df704fb76fc8394d9faeca9cf98921ac36 100644 (file)
@@ -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
 {