From: Henning Heinold Date: Sat, 1 Aug 2009 22:11:36 +0000 (+0200) Subject: ffmpeg: fix --prefix for minimal(-uclibc) distribution X-Git-Tag: Release-2010-05/1~2696 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62c1a02c6ed9a661047b413a38bb7e19d6c06206;p=openembedded.git ffmpeg: fix --prefix for minimal(-uclibc) distribution * bump PR --- diff --git a/recipes/ffmpeg/ffmpeg_0.5.bb b/recipes/ffmpeg/ffmpeg_0.5.bb index 63549b7ce4..f748b8bf7e 100644 --- a/recipes/ffmpeg/ffmpeg_0.5.bb +++ b/recipes/ffmpeg/ffmpeg_0.5.bb @@ -3,7 +3,7 @@ require ffmpeg.inc DEPENDS += "schroedinger libgsm" PE = "1" -PR = "r2" +PR = "r3" DEFAULT_PREFERENCE = "1" @@ -31,7 +31,7 @@ EXTRA_OECONF = " \ --enable-postproc \ \ --cross-prefix=${TARGET_PREFIX} \ - --prefix=${prefix} \ + --prefix=${prefix}/ \ \ --enable-x11grab \ --enable-libfaac \