r1006: configure: Use libx264_pic instead of libx264 if available.
[cinelerra_cv/mob.git] / cinelerra / aboutprefs.h
blobfba7e4bccc3582ea83de46f23e25c483b3489137
1 #ifndef ABOUTPREFS_H
2 #define ABOUTPREFS_H
4 #include "preferencesthread.h"
6 class AboutPrefs : public PreferencesDialog
8 public:
9 AboutPrefs(MWindow *mwindow, PreferencesWindow *pwindow);
10 ~AboutPrefs();
14 int create_objects();
18 #endif