debian: fix GStreamer build dependencies.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Fri, 28 Sep 2012 15:41:42 +0000 (17:41 +0200)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Fri, 28 Sep 2012 15:54:50 +0000 (17:54 +0200)
debian.upstream/control.in

index 661856c..e89a657 100644 (file)
@@ -7,6 +7,7 @@ Build-Depends: debhelper (>= 5),
               libglib2.0-dev (>= @GLIB_VERSION_REQUIRED@),
               libgstreamer@GST_MAJORMINOR@-dev (>= @GST_VERSION_REQUIRED@),
               libgstreamer-plugins-base@GST_MAJORMINOR@-dev (>= @GST_PLUGINS_BASE_VERSION_REQUIRED@),
+              libgstreamer-plugins-bad@GST_MAJORMINOR@-dev (>= @GST_PLUGINS_BAD_VERSION_REQUIRED@),
 @USE_DRM_TRUE@        libdrm-dev, libudev-dev,
 @USE_X11_TRUE@        libx11-dev, libxrandr-dev,
 @USE_GLX_TRUE@        libgl-dev,