diff options
author | jstebbins <[email protected]> | 2014-01-12 21:48:54 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2014-01-12 21:48:54 +0000 |
commit | d69e6b4612a40ba2a4714ac8e02a9b4fea6bb03c (patch) | |
tree | d51d1d3b5f01a2ea27b97c2eed8ddc26865ec333 /libhb/ports.c | |
parent | a42fd932a3fdc837bd7d7c8d83f7f0a335f18ce7 (diff) |
bump libav, libav-v10_alpha1-90-g63debaa
Adds interlaced VC1 and HEVC support.
Eliminates the need for most of our local patches.
Many assorted bug fixes and improvements.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5962 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/ports.c')
-rw-r--r-- | libhb/ports.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/ports.c b/libhb/ports.c index 5b69f16d1..794c8a7f0 100644 --- a/libhb/ports.c +++ b/libhb/ports.c @@ -58,6 +58,7 @@ #include <time.h> #include <sys/time.h> +#include <ctype.h> #if defined( SYS_LINUX ) #include <linux/cdrom.h> |