aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ffmpeg
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2005-07-09 13:15:00 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-09 13:15:00 +0000
commitd41d4e635df38fd8c729bc369f3c5d9ea9eb2bcd (patch)
treeee6cd1e4026bf440aaaaec0058dd52c3a5466c07 /packages/ffmpeg
parent6459e42616e99de566c5aecd2bc12f30220378df (diff)
downloadopenembedded-d41d4e635df38fd8c729bc369f3c5d9ea9eb2bcd.tar.gz
More syntax changing updates
Diffstat (limited to 'packages/ffmpeg')
-rw-r--r--packages/ffmpeg/ffmpeg_cvs.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ffmpeg/ffmpeg_cvs.bb b/packages/ffmpeg/ffmpeg_cvs.bb
index 35fb2ece74..88f11bc8cd 100644
--- a/packages/ffmpeg/ffmpeg_cvs.bb
+++ b/packages/ffmpeg/ffmpeg_cvs.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:"
do_configure_prepend() {