From d21a843f23df368e191925e2665caf4ecf7390b5 Mon Sep 17 00:00:00 2001 From: jstebbins Date: Thu, 27 Dec 2012 22:49:32 +0000 Subject: LinGui: add x264 preset/tune/profile/level support git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5110 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- libhb/hb_dict.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libhb/hb_dict.h') diff --git a/libhb/hb_dict.h b/libhb/hb_dict.h index d90e75aea..30155f1ba 100644 --- a/libhb/hb_dict.h +++ b/libhb/hb_dict.h @@ -6,6 +6,8 @@ It may be used under the terms of the GNU General Public License v2. For full terms see the file COPYING file or visit http://www.gnu.org/licenses/gpl-2.0.html */ +#if !defined(HB_DICT_H) +#define HB_DICT_H typedef struct hb_dict_entry_s hb_dict_entry_t; typedef struct hb_dict_s hb_dict_t; @@ -48,3 +50,5 @@ struct hb_dict_s int count; hb_dict_entry_t * objects; }; + +#endif // !defined(HB_DICT_H) -- cgit v1.2.3