aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ffmpeg
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2005-07-09 13:04:04 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-09 13:04:04 +0000
commite0b41578571cf4541a512dc4a9b18e3dbc389f35 (patch)
tree340b973b0ee126809a69aff29924bd5d77992223 /packages/ffmpeg
parent2b99b87f0289fa7abefd743bad0a23d4636c0479 (diff)
downloadopenembedded-e0b41578571cf4541a512dc4a9b18e3dbc389f35.tar.gz
KEY = "VALUE" changed the grammar to force the quotes and update
the bb files accordingly
Diffstat (limited to 'packages/ffmpeg')
-rw-r--r--packages/ffmpeg/ffmpeg_0.4.9-pre1.bb2
-rw-r--r--packages/ffmpeg/ffmpeg_cvs.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/ffmpeg/ffmpeg_0.4.9-pre1.bb b/packages/ffmpeg/ffmpeg_0.4.9-pre1.bb
index 233be09722..add7fcbe7b 100644
--- a/packages/ffmpeg/ffmpeg_0.4.9-pre1.bb
+++ b/packages/ffmpeg/ffmpeg_0.4.9-pre1.bb
@@ -60,7 +60,7 @@ FILES_libavformat = "${libdir}/libavformat*.so.*"
FILES_libavformat-dev = "${libdir}/libavformat*.so ${libdir}/libavformat*.la ${libdir}/libavformat*.a"
# We do this because the install program is called with -s which causes it to call "strip" and it then mangles cross compiled stuff..
-PATH_prepend=${CROSS_DIR}/${TARGET_SYS}/bin:
+PATH_prepend="${CROSS_DIR}/${TARGET_SYS}/bin:"
# --enable-shared-pp \
diff --git a/packages/ffmpeg/ffmpeg_cvs.bb b/packages/ffmpeg/ffmpeg_cvs.bb
index 40ee8d937f..35fb2ece74 100644
--- a/packages/ffmpeg/ffmpeg_cvs.bb
+++ b/packages/ffmpeg/ffmpeg_cvs.bb
@@ -5,7 +5,7 @@ PRIORITY = "optional"
DEPENDS = "zlib libvorbis faac liba52 lame"
LICENSE = "GPL"
PR = "r1"
-S = ${WORKDIR}/ffmpeg
+S = "${WORKDIR}/ffmpeg"
DEFAULT_PREFERENCE = "-1"
inherit autotools