From 96e747214a0c7682cce9e6cbf168973804096631 Mon Sep 17 00:00:00 2001 From: Edgard Lima Date: Wed, 14 Dec 2005 22:41:47 +0000 Subject: xviddec and xvideenc ported to 0.10 Original commit message from CVS: xviddec and xvideenc ported to 0.10 --- ext/Makefile.am | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'ext/Makefile.am') diff --git a/ext/Makefile.am b/ext/Makefile.am index 8943f74c..58c96f38 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -40,11 +40,11 @@ else DIRECTFB_DIR= endif -# if USE_DIVX -# DIVX_DIR=divx -# else +#if USE_DIVX +#DIVX_DIR=divx +#else DIVX_DIR= -# endif +#endif if USE_DTS DTS_DIR=dts @@ -190,11 +190,11 @@ TARKIN_DIR= XINE_DIR= # endif -# if USE_XVID -# XVID_DIR=xvid -# else +if USE_XVID +XVID_DIR=xvid +else XVID_DIR= -# endif +endif SUBDIRS=\ $(ARTS_DIR) \ @@ -242,4 +242,5 @@ DIST_SUBDIRS= \ musepack \ sdl \ swfdec \ - wavpack + wavpack \ + xvid -- cgit v1.2.1