rtpvp8depay: Parse width/height/profile from keyframes
[platform/upstream/gst-plugins-good.git] / ext / Makefile.am
index 96fa136..c143fe0 100644 (file)
@@ -46,12 +46,6 @@ else
 LIBDV_DIR =
 endif
 
-# if USE_LIBMNG
-# LIBMNG_DIR = libmng
-# else
-LIBMNG_DIR =
-# endif
-
 if USE_LIBPNG
 LIBPNG_DIR = libpng
 else
@@ -101,6 +95,12 @@ else
 TAGLIB_DIR =
 endif
 
+if USE_VPX
+VPX_DIR=vpx
+else
+VPX_DIR=
+endif
+
 if USE_WAVPACK
 WAVPACK_DIR=wavpack
 else
@@ -125,6 +125,7 @@ SUBDIRS = \
        $(SOUP_DIR) \
        $(SPEEX_DIR) \
        $(TAGLIB_DIR) \
+       $(VPX_DIR) \
        $(WAVPACK_DIR)
 
 DIST_SUBDIRS = \
@@ -143,6 +144,7 @@ DIST_SUBDIRS = \
        soup \
        speex \
        taglib \
+       vpx \
        wavpack
 
 include $(top_srcdir)/common/parallel-subdirs.mak