summaryrefslogtreecommitdiff
path: root/packages/ffmpeg
diff options
context:
space:
mode:
authorccsmart <ccsmart@smartpal.de>2005-07-09 16:29:38 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-09 16:29:38 +0000
commit965b805b451106d6a5e41e0fe8fb3847b4dddd29 (patch)
tree418d03e54bd5490b8fc3ffc7da3a61c7be6f2347 /packages/ffmpeg
parentce85bae0ffbca430dd50976c0b5397b3a822b6f7 (diff)
parentb10227fbeee14a88de96acaa9b4e3f3042de5b30 (diff)
merge of 741270052fa677010603209da3adb0f5194af3ef
and 8b65cbd401e1f926a05aed4038504520748a6824
Diffstat (limited to 'packages/ffmpeg')
-rw-r--r--packages/ffmpeg/ffmpeg_0.4.9-pre1.bb2
-rw-r--r--packages/ffmpeg/ffmpeg_cvs.bb4
2 files changed, 3 insertions, 3 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..88f11bc8cd 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
@@ -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:"
do_configure_prepend() {