repo.or.cz
/
cinelerra_cv
/
mob.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
r1006: configure: Use libx264_pic instead of libx264 if available.
[cinelerra_cv/mob.git]
/
cinelerra
/
aboutprefs.h
blob
fba7e4bccc3582ea83de46f23e25c483b3489137
1
#ifndef ABOUTPREFS_H
2
#define ABOUTPREFS_H
3
4
#include
"preferencesthread.h"
5
6
class
AboutPrefs
:
public
PreferencesDialog
7
{
8
public
:
9
AboutPrefs
(
MWindow
*
mwindow
,
PreferencesWindow
*
pwindow
);
10
~
AboutPrefs
();
11
12
13
14
int
create_objects
();
15
};
16
17
18
#endif