diff options
author | jstebbins <[email protected]> | 2008-09-29 18:24:25 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2008-09-29 18:24:25 +0000 |
commit | c655326c577f2ecb8cff06487f44dad4b9142f4b (patch) | |
tree | d16baa61b9fa9fd5de7db7c98ba46ed31504b60c /gtk/src/x264handler.c | |
parent | eac44be1bada7e322819ef1031c021e5fb1bd257 (diff) |
LinGui: fix a small scanning status display problem and a compiler warning.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1785 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/x264handler.c')
-rw-r--r-- | gtk/src/x264handler.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/src/x264handler.c b/gtk/src/x264handler.c index 4a75520f0..8f8576c94 100644 --- a/gtk/src/x264handler.c +++ b/gtk/src/x264handler.c @@ -16,6 +16,7 @@ #include "settings.h" #include "values.h" #include "callbacks.h" +#include "presets.h" #include "x264handler.h" static void x264_opt_update(signal_user_data_t *ud, GtkWidget *widget); |