remove old quicktime, replaced with current ffmpeg
[goodguy/history.git] / cinelerra-5.0 / cinelerra / filescene.C
index ddd8fee17b34686614251445238cb1b85867d7e6..8e0ce29a9d37ba764d38e5faf9da02f896def0ed 100644 (file)
@@ -22,6 +22,7 @@
 
 #include "asset.h"
 #include "bcsignals.h"
+#include "clip.h"
 #include "file.h"
 #include "filescene.h"
 #include "filesystem.h"
@@ -43,8 +44,6 @@ extern "C"
 }
 
 
-extern void get_exe_path(char *result);
-
 // Paths relative to the exe path
 #define FESTIVAL_PATH "/festival"
 #define FESTIVAL_LIB_PATH "/lib/"
@@ -1858,7 +1857,7 @@ VFrame* SceneTokens::load_image(char *path)
        delete [] data;
 
 
-       if(!cmodel_has_alpha(result->get_color_model()) )
+       if(!BC_CModels::has_alpha(result->get_color_model()) )
                printf("SceneTokens::load_image %d: image %s has no alpha channel\n", 
                        __LINE__,
                        path);