diff options
author | Tim Ansell <mithro@mithis.com> | 2004-09-26 16:38:52 +0000 |
---|---|---|
committer | Tim Ansell <mithro@mithis.com> | 2004-09-26 16:38:52 +0000 |
commit | 64b37920e00ce008522fe37ca7ae0d0edf27c052 (patch) | |
tree | 967708bfea5b457010c3ece7d06114a49920fabd /ffmpeg | |
parent | b1e94a2c03e9c421ab89eb6eb08392ae3be225a3 (diff) |
Shared postproc lib for ffmpeg
BKrev: 4156f09cyP-xY7CF9pOVhSllQdgjng
Diffstat (limited to 'ffmpeg')
-rw-r--r-- | ffmpeg/ffmpeg_0.4.9-pre1.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ffmpeg/ffmpeg_0.4.9-pre1.oe b/ffmpeg/ffmpeg_0.4.9-pre1.oe index a5d92f4ca4..5e966bcaea 100644 --- a/ffmpeg/ffmpeg_0.4.9-pre1.oe +++ b/ffmpeg/ffmpeg_0.4.9-pre1.oe @@ -2,7 +2,7 @@ DESCRIPTION = "ffmpeg" SECTION = "libs" PRIORITY = "optional" -DEPENDS = "zlib libvorbis faad2 faac liba52 lame" +DEPENDS = "zlib libvorbis faad2 faac liba52 lame mplayer" inherit autotools @@ -22,6 +22,7 @@ EXTRA_OECONF=" \ --enable-a52 \ --enable-a52bin \ --enable-pp \ + --enable-shared-pp \ --enable-shared \ --disable-amr_nb \ --enable-amr_nb-fixed \ |