r1006: configure: Use libx264_pic instead of libx264 if available.
[cinelerra_cv/mob.git] / cinelerra / aautomation.h
blob52a70a9dff8f954eecc8e1becb997432f99754f7
1 #ifndef AAUTOMATION_H
2 #define AAUTOMATION_H
4 #include "automation.h"
5 #include "edl.inc"
6 #include "track.inc"
8 class AAutomation : public Automation
10 public:
11 AAutomation(EDL *edl, Track *track);
12 ~AAutomation();
13 int create_objects();
17 #endif