diff options
author | titer <[email protected]> | 2006-03-16 08:08:36 +0000 |
---|---|---|
committer | titer <[email protected]> | 2006-03-16 08:08:36 +0000 |
commit | 0531e628d2bf701202857411035c05a2b2544c58 (patch) | |
tree | 1f254e6ac34761aa89667f633618eae296753c7f /libhb/ports.h | |
parent | a40bc8fa76c2e510498944b0de222cd843c6672a (diff) |
Added hb_init_express - makes the binary smaller. Still need to strip
the unused avi and ogm muxers.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@36 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/ports.h')
-rw-r--r-- | libhb/ports.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libhb/ports.h b/libhb/ports.h index 4639c6b93..47df1ce5e 100644 --- a/libhb/ports.h +++ b/libhb/ports.h @@ -53,7 +53,6 @@ int hb_thread_has_exited( hb_thread_t * ); /************************************************************************ * Mutexes ***********************************************************************/ -typedef struct hb_lock_s hb_lock_t; hb_lock_t * hb_lock_init(); void hb_lock_close( hb_lock_t ** ); |