Extract Film::Property to its own header to (maybe) increase compilation speed.
authorCarl Hetherington <cth@carlh.net>
Tue, 8 Aug 2023 16:11:11 +0000 (18:11 +0200)
committerCarl Hetherington <cth@carlh.net>
Wed, 9 Aug 2023 08:18:46 +0000 (10:18 +0200)
commita3c1ae7c2e46b65347341896b3d1a505ff92632b
tree2b096eb0676f52c9989952e341f2bd98143ce125
parentaf5b9dfadf8989311cd5f78554349f0283912522
Extract Film::Property to its own header to (maybe) increase compilation speed.
49 files changed:
src/lib/analyse_subtitles_job.cc
src/lib/dcp_subtitle_decoder.cc
src/lib/decoder.h
src/lib/film.cc
src/lib/film.h
src/lib/film_property.h [new file with mode: 0644]
src/lib/image_decoder.h
src/lib/player.cc
src/lib/player.h
src/lib/subtitle_encoder.cc
src/lib/util.cc
src/tools/dcpomatic_player.cc
src/wx/audio_dialog.cc
src/wx/audio_dialog.h
src/wx/audio_panel.cc
src/wx/audio_panel.h
src/wx/closed_captions_dialog.cc
src/wx/content_panel.cc
src/wx/content_panel.h
src/wx/content_sub_panel.h
src/wx/controls.cc
src/wx/controls.h
src/wx/dcp_panel.cc
src/wx/dcp_panel.h
src/wx/film_editor.cc
src/wx/film_editor.h
src/wx/film_viewer.cc
src/wx/film_viewer.h
src/wx/gl_video_view.h
src/wx/markers_panel.cc
src/wx/markers_panel.h
src/wx/metadata_dialog.cc
src/wx/metadata_dialog.h
src/wx/playlist_controls.cc
src/wx/smpte_metadata_dialog.cc
src/wx/smpte_metadata_dialog.h
src/wx/standard_controls.cc
src/wx/text_panel.cc
src/wx/text_panel.h
src/wx/timeline.cc
src/wx/timeline.h
src/wx/timeline_dialog.cc
src/wx/timeline_dialog.h
src/wx/timeline_reels_view.cc
src/wx/timing_panel.cc
src/wx/timing_panel.h
src/wx/video_panel.cc
src/wx/video_panel.h
test/ffmpeg_decoder_error_test.cc