summaryrefslogtreecommitdiffstats
path: root/libhb/common.c
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2014-08-18 17:22:30 +0000
committerjstebbins <[email protected]>2014-08-18 17:22:30 +0000
commitc548eb0cb8c86031541afaad848023fc8f4ff55a (patch)
tree95a2293b59a8289fa179fb19f52699aee024aae1 /libhb/common.c
parent748126d08ba751d866f2d0140d04d4d08346cdf3 (diff)
build: remove mp4v2 and libmkv dependencies
...and enable x265 by default git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6309 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/common.c')
-rw-r--r--libhb/common.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/libhb/common.c b/libhb/common.c
index 7015ae17a..f6e773777 100644
--- a/libhb/common.c
+++ b/libhb/common.c
@@ -339,16 +339,8 @@ static int hb_container_is_enabled(int format)
{
switch (format)
{
-#ifdef USE_MP4V2
- case HB_MUX_MP4V2:
-#endif
-#ifdef USE_LIBMKV
- case HB_MUX_LIBMKV:
-#endif
-#ifdef USE_AVFORMAT
case HB_MUX_AV_MP4:
case HB_MUX_AV_MKV:
-#endif
return 1;
default: