----- Original Message ----- > From: "Vivien Didelot" <[email protected]> > To: [email protected] > Cc: "tristan matthews" <[email protected]>, "Vivien > Didelot" > <[email protected]> > Sent: Thursday, February 13, 2014 4:05:32 PM > Subject: [PATCH v3] * #40804: daemon: rename VideoCamera to VideoInput > > This patch renames the VideoCamera class to VideoInput. > Note that the rename only affect the code currently, not the dbus > API. > This means that in the dbus API, we still have some VideoCamera > methods. > --- > daemon/src/client/dbus/video_controls.cpp | 24 ++--- > daemon/src/client/video_controls.h | 4 +- > daemon/src/conference.cpp | 2 +- > daemon/src/video/Makefile.am | 2 +- > daemon/src/video/test/Makefile.am | 8 +- > daemon/src/video/test/test_video_camera.cpp | 12 +-- > daemon/src/video/test/test_video_camera.h | 10 +-
These two test files have to be renamed (since you changed the paths in test/Makefile.am), make check fails now. Be sure to at least test: ./configure --enable-video make make check Best, Tristan -- Tristan Matthews Développeur de logiciels libres [email protected] Ligne directe: 514-276-5468 poste 190 Fax : 514-276-5465 7275 Saint Urbain Bureau 200 Montréal, QC, H2R 2Y5 _______________________________________________ SFLphone mailing list [email protected] http://lists.savoirfairelinux.net/mailman/listinfo/sflphone
