diff options
author | ahoka <ahoka@pkgsrc.org> | 2008-09-08 17:57:02 +0000 |
---|---|---|
committer | ahoka <ahoka@pkgsrc.org> | 2008-09-08 17:57:02 +0000 |
commit | c62b1f6e0b0f92462e2a59ec8d7b388bcd66fb5e (patch) | |
tree | 6f6a29e45a5374b438ad98e6bebc93447e9bc09d /multimedia/ffmpeg/PLIST | |
parent | 124d955d2ab8b4331d78caab2deceef6570f3ea3 (diff) | |
download | pkgsrc-c62b1f6e0b0f92462e2a59ec8d7b388bcd66fb5e.tar.gz |
Fix the PLIST handling of the SDL option.
Problem reported by Amitai Schlair.
Diffstat (limited to 'multimedia/ffmpeg/PLIST')
-rw-r--r-- | multimedia/ffmpeg/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/ffmpeg/PLIST b/multimedia/ffmpeg/PLIST index 98224dc7d45..3fc93966667 100644 --- a/multimedia/ffmpeg/PLIST +++ b/multimedia/ffmpeg/PLIST @@ -1,7 +1,8 @@ -@comment $NetBSD: PLIST,v 1.7 2008/09/07 23:39:37 ahoka Exp $ +@comment $NetBSD: PLIST,v 1.8 2008/09/08 17:57:02 ahoka Exp $ bin/ffmpeg -bin/ffplay bin/ffserver +${PLIST.sdl}bin/ffplay +${PLIST.sdl}man/man1/ffplay.1 include/libavcodec/avcodec.h include/libavcodec/opt.h include/libavdevice/avdevice.h @@ -65,7 +66,6 @@ lib/pkgconfig/libavutil.pc lib/pkgconfig/libpostproc.pc lib/pkgconfig/libswscale.pc man/man1/ffmpeg.1 -man/man1/ffplay.1 man/man1/ffserver.1 share/doc/ffmpeg/README share/doc/ffmpeg/TODO |