diff options
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r-- | ext/Makefile.am | 19 |
1 files changed, 10 insertions, 9 deletions
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 |