X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fkino%2Ffilehandler.cc;h=5591b241daea05f357eb03a9fd256aaae62116e5;hb=4ab18d5232f843cea7198f06d13b09ce91c4f812;hp=dc57a300bbba4ede385af57746eb3f1a7a317f08;hpb=7261f622acf6477b5b39ddd677111ca433cd7cd9;p=melted diff --git a/src/modules/kino/filehandler.cc b/src/modules/kino/filehandler.cc index dc57a30..5591b24 100644 --- a/src/modules/kino/filehandler.cc +++ b/src/modules/kino/filehandler.cc @@ -697,6 +697,15 @@ bool AVIHandler::GetOpenDML() const #define DV_AUDIO_MAX_SAMPLES 1944 #endif +// Missing fourcc's in libquicktime (allows compilation) +#ifndef QUICKTIME_DV_AVID +#define QUICKTIME_DV_AVID "AVdv" +#endif + +#ifndef QUICKTIME_DV_AVID_A +#define QUICKTIME_DV_AVID_A "dvcp" +#endif + QtHandler::QtHandler() : fd( NULL ) { extension = ".mov";