diff options
author | Rodeo <[email protected]> | 2012-06-20 15:59:03 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2012-06-20 15:59:03 +0000 |
commit | 28ff9e210e2604c47c5f157043aa85d4d56b6a16 (patch) | |
tree | 40c56e52a934f567e38a4ee15fbf6bcdb9fae070 /libhb/hb.h | |
parent | d2189f51f3d68ac81e4849bda4a96877981baeab (diff) |
Remove encca_haac_available(). It's no longer needed since we dropped support for OS X 10.5.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4759 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/hb.h')
-rw-r--r-- | libhb/hb.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libhb/hb.h b/libhb/hb.h index f3c73c26d..9f65dca93 100644 --- a/libhb/hb.h +++ b/libhb/hb.h @@ -17,14 +17,6 @@ extern "C" { #include "project.h" #include "common.h" -#ifdef __APPLE__ -#include <CoreServices/CoreServices.h> // for Gestalt -#include <AudioToolbox/AudioToolbox.h> -#include <dlfcn.h> -#endif -/* Whether the Core Audio HE-AAC encoder is available on the system. */ -int encca_haac_available(); - /* hb_init() Initializes a libhb session (launches his own thread, detects CPUs, etc) */ |