tests: matroskamux, qtmux: don't add codec_data buffers to template caps
[platform/upstream/gst-plugins-good.git] / ext / Makefile.am
index 867b112..6f00182 100644 (file)
@@ -52,12 +52,6 @@ else
 LIBPNG_DIR =
 endif
 
-# if USE_MIKMOD
-# MIKMOD_DIR = mikmod
-# else
-MIKMOD_DIR =
-# endif
-
 if USE_DV1394
 DV1394_DIR = raw1394
 else
@@ -95,6 +89,12 @@ else
 TAGLIB_DIR =
 endif
 
+if USE_VPX
+VPX_DIR=vpx
+else
+VPX_DIR=
+endif
+
 if USE_WAVPACK
 WAVPACK_DIR=wavpack
 else
@@ -113,12 +113,12 @@ SUBDIRS = \
        $(LIBDV_DIR) \
        $(LIBMNG_DIR) \
        $(LIBPNG_DIR) \
-       $(MIKMOD_DIR) \
        $(PULSE_DIR) \
        $(SHOUT2_DIR) \
        $(SOUP_DIR) \
        $(SPEEX_DIR) \
        $(TAGLIB_DIR) \
+       $(VPX_DIR) \
        $(WAVPACK_DIR)
 
 DIST_SUBDIRS = \
@@ -137,6 +137,7 @@ DIST_SUBDIRS = \
        soup \
        speex \
        taglib \
+       vpx \
        wavpack
 
 include $(top_srcdir)/common/parallel-subdirs.mak