diff options
author | sborrill <sborrill@pkgsrc.org> | 2008-09-15 21:24:00 +0000 |
---|---|---|
committer | sborrill <sborrill@pkgsrc.org> | 2008-09-15 21:24:00 +0000 |
commit | e49bf2187604ea4b7946cd5f9bdf606fbc0f57f2 (patch) | |
tree | 2f888e69efacead0ffe43c63c28e918f7c60acd7 /multimedia/vlc08 | |
parent | 10e553a6cdfbf55754a372a956cdddb0cb06ebf2 (diff) | |
download | pkgsrc-e49bf2187604ea4b7946cd5f9bdf606fbc0f57f2.tar.gz |
Patch support for img_resample() and friends back into ffmpeg even when
swscale is enabled. This allows older apps (such as vlc 0.8.6i) to run
without a specific ffmpeg package option and thus the swscale option is no
longer needed.
Diffstat (limited to 'multimedia/vlc08')
-rw-r--r-- | multimedia/vlc08/DESCR | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/multimedia/vlc08/DESCR b/multimedia/vlc08/DESCR index 1da7ff93df0..6ea7f1224c6 100644 --- a/multimedia/vlc08/DESCR +++ b/multimedia/vlc08/DESCR @@ -8,10 +8,3 @@ and display it. It can also be used to display video read locally on the computer : DVDs, VCDs, MPEG and DivX files and from a satellite card. It is multi-plaform : Linux, Windows, Mac OS X, BeOS, BSD, Solaris, QNX, iPaq... The VideoLAN Client and Server now have a full IPv6 support. - -*** Please note: ffmpeg must NOT be built with the swscale option *** -For more information see: http://trac.videolan.org/vlc/ticket/1594 - -To disable swscale, please add the following to your /etc/mk.conf before -building ffmpeg: -PKG_OPTIONS.ffmpeg=-swscale |