diff options
author | Koen Kooi <koen@openembedded.org> | 2008-08-27 13:18:07 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-08-27 13:18:07 +0000 |
commit | c2fc7eb12afe4faf1da04594bc81fe9e06cbc09c (patch) | |
tree | f7f33f8dcdcf198074d220edf55ca613bcefb202 /packages/gstreamer | |
parent | c19a1bde6fd7047362e5d656924887ecd4077cd6 (diff) |
gst-ffmpeg: 0.10.4 is working great, make it the default
Diffstat (limited to 'packages/gstreamer')
-rw-r--r-- | packages/gstreamer/gst-ffmpeg_0.10.4.bb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/packages/gstreamer/gst-ffmpeg_0.10.4.bb b/packages/gstreamer/gst-ffmpeg_0.10.4.bb index f4f872ce01..3efccbc3af 100644 --- a/packages/gstreamer/gst-ffmpeg_0.10.4.bb +++ b/packages/gstreamer/gst-ffmpeg_0.10.4.bb @@ -6,11 +6,6 @@ HOMEPAGE = "http://www.gstreamer.net/" DEPENDS = "ffmpeg gstreamer zlib" PR = "r4" -# This uses the systems ffmpeg, which is unsupported, but we can't build the internal one with the current autotools (ab)usage -DEFAULT_PREFERENCE = "-1" -DEFAULT_PREFERENCE_armv6 = "1" -DEFAULT_PREFERENCE_armv7a = "1" - inherit autotools pkgconfig SRC_URI = "http://gstreamer.freedesktop.org/src/${PN}/${PN}-${PV}.tar.bz2 \ |