Commit d7c59574 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

gst-ffmpeg: needs liboil

parent 71203914
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@ config BR2_PACKAGE_GST_FFMPEG
	bool "gst-ffmpeg"
	depends on BR2_PACKAGE_GSTREAMER
	select BR2_PACKAGE_GST_PLUGINS_BASE
	select BR2_PACKAGE_LIBOIL
	select BR2_PACKAGE_FFMPEG
	select BR2_PACKAGE_FFMPEG_GPL
	select BR2_PACKAGE_FFMPEG_POSTPROC
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ GST_FFMPEG_SOURCE = gst-ffmpeg-$(GST_FFMPEG_VERSION).tar.bz2
GST_FFMPEG_SITE = http://gstreamer.freedesktop.org/src/gst-ffmpeg
GST_FFMPEG_INSTALL_STAGING = YES
GST_FFMPEG_LIBTOOL_PATCH = NO
GST_FFMPEG_DEPENDENCIES = gstreamer gst-plugins-base ffmpeg
GST_FFMPEG_DEPENDENCIES = gstreamer gst-plugins-base ffmpeg liboil
GST_FFMPEG_CONF_OPT = --with-system-ffmpeg

ifeq ($(BR2_PACKAGE_BZIP2),y)