diff options
author | jstebbins <[email protected]> | 2012-12-27 22:49:32 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2012-12-27 22:49:32 +0000 |
commit | d21a843f23df368e191925e2665caf4ecf7390b5 (patch) | |
tree | 87910495c5fa44e70549415b226b3498b6bf156f /libhb/hb.h | |
parent | 40373fc63256c3e135e9ca0352d70efe1291e929 (diff) |
LinGui: add x264 preset/tune/profile/level support
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5110 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/hb.h')
-rw-r--r-- | libhb/hb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/hb.h b/libhb/hb.h index 4294d61c8..1cf1c2382 100644 --- a/libhb/hb.h +++ b/libhb/hb.h @@ -16,6 +16,7 @@ extern "C" { #include "project.h" #include "common.h" +#include "hb_dict.h" /* hb_init() Initializes a libhb session (launches his own thread, detects CPUs, |