add binfolder path relative filters, fix gbrp color model, vwdw timebar tweaks, title...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / fileac3.h
index 9304a80f4303f6c5bf2e360b0031b1fd595ff1df..8ae62c76ebcbb23c242186653ad5adeaacf6318d 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * CINELERRA
  * Copyright (C) 2008 Adam Williams <broadcast at earthling dot net>
@@ -21,6 +20,7 @@
 
 #ifndef FILEAC3_H
 #define FILEAC3_H
+#ifdef HAVE_CIN_3RDPARTY
 
 #include <stdio.h>
 #include <stdint.h>
@@ -30,6 +30,7 @@ extern "C" {
 #include "libswresample/swresample.h"
 };
 
+#include "edl.inc"
 #include "filebase.h"
 #include "filempeg.inc"
 #include "indexfile.inc"
@@ -45,10 +46,8 @@ public:
 
        int reset_parameters_derived();
        static void get_parameters(BC_WindowBase *parent_window,
-                       Asset *asset,
-                       BC_WindowBase* &format_window,
-                       int audio_options,
-                       int video_options);
+               Asset *asset, BC_WindowBase* &format_window,
+               int audio_options, int video_options, EDL *edl);
        static int check_sig();
        int open_file(int rd, int wr);
        int close_file();
@@ -101,8 +100,5 @@ public:
        AC3ConfigAudio *gui;
 };
 
-
-
-
-
+#endif
 #endif