diff options
author | Leon Woestenberg <leon.woestenberg@gmail.com> | 2008-08-30 09:28:09 +0000 |
---|---|---|
committer | Leon Woestenberg <leon.woestenberg@gmail.com> | 2008-08-30 09:28:09 +0000 |
commit | ee87f7928343e81d8c84591cbcf147a08085b796 (patch) | |
tree | 2dda3b084511f093e9c1b9e0a1e905837d49d144 /packages/ffmpeg/ffmpeg.inc | |
parent | 90f208ced132a4e8fd84b5624b012e6b1a1500e1 (diff) |
ffmpeg: Revert DEPENDS on coreutils-native. Instead, remove -s (strip) argument to install.
Diffstat (limited to 'packages/ffmpeg/ffmpeg.inc')
-rw-r--r-- | packages/ffmpeg/ffmpeg.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ffmpeg/ffmpeg.inc b/packages/ffmpeg/ffmpeg.inc index 6316b4e26e..aab2c62fa9 100644 --- a/packages/ffmpeg/ffmpeg.inc +++ b/packages/ffmpeg/ffmpeg.inc @@ -5,7 +5,7 @@ SECTION = "libs" PRIORITY = "optional" LICENSE = "LGPL" -DEPENDS = "coreutils-native zlib libogg libvorbis faac faad2 liba52 lame" +DEPENDS = "zlib libogg libvorbis faac faad2 liba52 lame" RSUGGESTS = "mplayer" inherit autotools pkgconfig |