diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2014-11-18 08:34:03 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2014-11-18 08:34:03 +0000 |
commit | 1809c2a38c3210e7e824f759df3c8f24d100d047 (patch) | |
tree | 34d8d858714d86ae186995a9f0bb5da88bd762a3 | |
parent | 84706ba014d0156cca788699e7dde88dc14cca4e (diff) |
Notes
-rw-r--r-- | multimedia/libva-vdpau-driver/Makefile | 2 | ||||
-rw-r--r-- | multimedia/libva-vdpau-driver/pkg-plist | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/multimedia/libva-vdpau-driver/Makefile b/multimedia/libva-vdpau-driver/Makefile index db72bc00c5a4..ae9e980558f5 100644 --- a/multimedia/libva-vdpau-driver/Makefile +++ b/multimedia/libva-vdpau-driver/Makefile @@ -24,6 +24,8 @@ GNU_CONFIGURE= yes CPPFLAGS+= -isystem${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +PLIST_FILES= lib/va/nvidia_drv_video.so lib/va/s3g_drv_video.so lib/va/vdpau_drv_video.so + OPTIONS_DEFINE= DEBUG DEBUG_CONFIGURE_ENABLE= debug diff --git a/multimedia/libva-vdpau-driver/pkg-plist b/multimedia/libva-vdpau-driver/pkg-plist deleted file mode 100644 index b3f7237b00c2..000000000000 --- a/multimedia/libva-vdpau-driver/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -lib/va/nvidia_drv_video.so -lib/va/s3g_drv_video.so -lib/va/vdpau_drv_video.so -@dirrmtry lib/va |