diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-08-09 23:27:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-08-09 23:27:15 +0100 |
| commit | f6ee90107839e0d750d8678b67c9d6d1d596d739 (patch) | |
| tree | 27c500a6e1c0c56e3fa54dff2c2a401c6f06e114 /src/wscript | |
| parent | c2c7b454d8ca179880942e3341dd8b17c084f5a3 (diff) | |
Add picture frame extraction.
Diffstat (limited to 'src/wscript')
| -rw-r--r-- | src/wscript | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wscript b/src/wscript index 8caae703..2956029c 100644 --- a/src/wscript +++ b/src/wscript @@ -12,6 +12,7 @@ def build(bld): dcp.cc sound_asset.cc picture_asset.cc + picture_frame.cc pkl.cc util.cc metadata.cc @@ -28,6 +29,8 @@ def build(bld): exceptions.h test_mode.h version.h + picture_asset.h + asset.h """ bld.install_files('${PREFIX}/include/libdcp', headers) |
