diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index c5708837..dff4d6cf 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -412,6 +412,12 @@ else WAVPACK_DIR= endif +if USE_X264 +X264_DIR=x264 +else +X264_DIR= +endif + if USE_XINE XINE_DIR=xine else @@ -485,6 +491,7 @@ SUBDIRS=\ $(IVORBIS_DIR) \ $(VORBIS_DIR) \ $(WAVPACK_DIR) \ + $(X264_DIR) \ $(XINE_DIR) \ $(XVID_DIR) @@ -555,5 +562,6 @@ DIST_SUBDIRS=\ theora \ vorbis \ wavpack \ + x264 \ xine \ xvid |