diff options
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r-- | ext/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 1fcc0728..938d46a7 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -34,11 +34,11 @@ CDAUDIO_DIR= DIRAC_DIR= # endif -# if USE_DIRECTFB -# DIRECTFB_DIR=directfb -# else +if USE_DIRECTFB +DIRECTFB_DIR=directfb +else DIRECTFB_DIR= -# endif +endif # if USE_DIVX # DIVX_DIR=divx |