diff options
author | grant <grant> | 2003-12-27 01:02:49 +0000 |
---|---|---|
committer | grant <grant> | 2003-12-27 01:02:49 +0000 |
commit | 8c58205b63951ac337f42fcd2c89b4d1a91ecdaf (patch) | |
tree | dbc63b811e2725718e053140b436f3dbb734488a /graphics | |
parent | f7666a77538d65f8c24d7f01bd6aac8219c4c983 (diff) | |
download | pkgsrc-8c58205b63951ac337f42fcd2c89b4d1a91ecdaf.tar.gz |
as per the Makefile and previous revisions, filter_pv.so is only built
if libXv.so exists, so we need to tweak the PLIST accordingly.
noted by veego.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/transcode/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/transcode/PLIST b/graphics/transcode/PLIST index 1f0404076e2..e656cc2ef23 100644 --- a/graphics/transcode/PLIST +++ b/graphics/transcode/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2003/12/26 12:40:39 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.10 2003/12/27 01:02:49 grant Exp $ bin/avifix bin/aviindex bin/avimerge @@ -144,8 +144,8 @@ lib/transcode/filter_normalize.la lib/transcode/filter_normalize.so lib/transcode/filter_null.la lib/transcode/filter_null.so +lib/transcode/${FILTERPV} lib/transcode/filter_pv.la -lib/transcode/filter_pv.so lib/transcode/filter_resample.la lib/transcode/filter_resample.so lib/transcode/filter_skip.la |