diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-01 14:28:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-01 14:28:04 +0100 |
| commit | 15f23b356b757a9697bf1a9ec30c243ab8070404 (patch) | |
| tree | 5b86b032ea47f606bbadb0c32801e16064d341a9 /src/lib/wscript | |
| parent | 45e6a6df959188bfdb8dfc4906c35d1a3c234b0a (diff) | |
DCPVideoFrame -> DCPVideo and PlayerVideoFrame -> PlayerVideo.
Diffstat (limited to 'src/lib/wscript')
| -rw-r--r-- | src/lib/wscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/wscript b/src/lib/wscript index 407d9cde4..1f6a2aa4f 100644 --- a/src/lib/wscript +++ b/src/lib/wscript @@ -16,7 +16,7 @@ sources = """ content_subtitle.cc cross.cc dcp_content_type.cc - dcp_video_frame.cc + dcp_video.cc dcpomatic_time.cc dolby_cp750.cc encoder.cc @@ -48,7 +48,7 @@ sources = """ log.cc md5_digester.cc player.cc - player_video_frame.cc + player_video.cc playlist.cc ratio.cc render_subtitles.cc |
