diff options
author | jstebbins <[email protected]> | 2014-02-20 01:51:45 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2014-02-20 01:51:45 +0000 |
commit | 0306771b4a5c09d5bbd5742221eb0bc52103f2c5 (patch) | |
tree | 3c970115d32d0515840eb8b7bb50b2e8976d8d27 /libhb/scan.c | |
parent | a7c4a9f9f03cafa63068150a2e483db6ef686718 (diff) |
libhb: remove a52dec
replace it with libavcodec ac3 decoder
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6049 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/scan.c')
-rw-r--r-- | libhb/scan.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libhb/scan.c b/libhb/scan.c index 84ac35b0e..3ae8e9ac9 100644 --- a/libhb/scan.c +++ b/libhb/scan.c @@ -10,7 +10,6 @@ #include "hb.h" #include "opencl.h" #include "hbffmpeg.h" -#include "a52dec/a52.h" typedef struct { |