diff options
author | ccsmart <ccsmart@smartpal.de> | 2005-07-09 16:20:57 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-09 16:20:57 +0000 |
commit | b10227fbeee14a88de96acaa9b4e3f3042de5b30 (patch) | |
tree | d109ce0fdc54683b46dec2534409030b6806b753 /packages/ffmpeg | |
parent | a21b5d75f037563988b8ed9780aa40d5ca2cbea9 (diff) | |
parent | cb3a0cd64987084fa719eebca83b38c879ecd224 (diff) |
merge of 05bc37d3f00068d129ee791a91fcb0a203d7f7d3
and 53c35384d4c6d494c0d740195d391ef05aed1fb7
Diffstat (limited to 'packages/ffmpeg')
-rw-r--r-- | packages/ffmpeg/ffmpeg_0.4.9-pre1.bb | 2 | ||||
-rw-r--r-- | packages/ffmpeg/ffmpeg_cvs.bb | 4 |
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() { |