- refactor con_url callbacks

- better options for mencoder


SVN revision: 48719
This commit is contained in:
Hannes Janetzek 2010-05-09 18:25:59 +00:00
parent 407c10e871
commit c5711e725f
2 changed files with 441 additions and 342 deletions

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@
#define _(str) dgettext(PACKAGE, str)
#define MOD_CONFIG_FILE_EPOCH 0x0002
#define MOD_CONFIG_FILE_GENERATION 0x00cd
#define MOD_CONFIG_FILE_GENERATION 0x00dd
#define MOD_CONFIG_FILE_VERSION \
((MOD_CONFIG_FILE_EPOCH << 16) | MOD_CONFIG_FILE_GENERATION)