diff options
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r-- | ext/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 394c71df2..eafde3618 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -10,6 +10,12 @@ else VOAMRWBENC_DIR = endif +if USE_VAPOURSYNTH +VAPOURSYNTH_DIR = vapoursynth +else +VAPOURSYNTH_DIR = +endif + if USE_APEXSINK APEXSINK_DIR = apexsink else @@ -422,6 +428,7 @@ SUBDIRS=\ $(VOAACENC_DIR) \ $(ASSRENDER_DIR) \ $(VOAMRWBENC_DIR) \ + $(VAPOURSYNTH_DIR) \ $(APEXSINK_DIR) \ $(AUDIOFILE_DIR) \ $(BS2B_DIR) \ |