diff options
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r-- | ext/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 8ed3191b..f1279177 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -76,6 +76,12 @@ else DTS_DIR= endif +if USE_DVDNAV + DVDNAV_DIR = resindvd +else + DVDNAV_DIR = +endif + if USE_FAAC FAAC_DIR=faac else |