diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-03-27 06:02:55 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-03-27 06:02:55 +0000 |
commit | c3c830510c3d364748aa9dae047e7a2f2bd12d63 (patch) | |
tree | 20255b1e8416e1e4f71af37a06fc18528344a869 /multimedia | |
parent | 96e0fb7b0786c2572c8eb6b93a3ee8cca1557f67 (diff) | |
download | ports-c3c830510c3d364748aa9dae047e7a2f2bd12d63.tar.gz ports-c3c830510c3d364748aa9dae047e7a2f2bd12d63.zip |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libxine/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile index e23c6d444c1e..9d595ce8caa3 100644 --- a/multimedia/libxine/Makefile +++ b/multimedia/libxine/Makefile @@ -141,8 +141,7 @@ V4L_BUILD_DEPENDS= v4l_compat>=1.0.20100321:multimedia/v4l_compat V4L_LIB_DEPENDS= libv4l2.so:multimedia/libv4l V4L_CONFIGURE_ENABLE= libv4l v4l v4l2 W32DLL_CONFIGURE_ENABLE= w32dll -W32DLL_PLIST_FILES= ${PLUGINSDIR}/xineplug_decode_qt.so \ - ${PLUGINSDIR}/xineplug_decode_w32dll.so +W32DLL_PLIST_FILES= ${PLUGINSDIR}/xineplug_decode_w32dll.so WAVPACK_LIB_DEPENDS= libwavpack.so:audio/wavpack WAVPACK_CONFIGURE_WITH= wavpack WAYLAND_LIB_DEPENDS= libwayland-egl.so:graphics/wayland \ |