diff options
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r-- | ext/Makefile.am | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 58c96f38..c1f06a9b 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 @@ -239,6 +239,7 @@ DIST_SUBDIRS= \ ivorbis \ libmms \ dts \ + divx \ musepack \ sdl \ swfdec \ |