Bug#663518: vlc: playing files from smb share does not work since 2.0

Vincent Blut vincent.debian at free.fr
Fri Sep 14 08:30:18 UTC 2012


close 663518
thanks

Le 14/09/2012 00:31, Zsolt Rizsanyi a écrit :
> You are right. 2.0.3-2 works for me too.
>
> Please close the bug.
>
> Thanks,
> Zsolt
>
>

Hi Zsolt,

Thanks for confirming, I guess this issue has been fixed by commit
718b1f9901e5 upstream:

author    Rafaël Carré <funman at videolan.org>   
    Tue, 29 Nov 2011 02:55:35 +0000 (21:55 -0500)
committer    Rafaël Carré <funman at videolan.org>   
    Tue, 29 Nov 2011 02:55:35 +0000 (21:55 -0500)

diff --git a/modules/access/Modules.am b/modules/access/Modules.am
index 81d8e78..be8c47b 100644 (file)
--- a/modules/access/Modules.am
+++ b/modules/access/Modules.am
@@ -36,7 +36,7 @@ libsdp_plugin_la_DEPENDENCIES =
 
 libaccess_smb_plugin_la_SOURCES = smb.c
 libaccess_smb_plugin_la_CFLAGS = $(AM_CFLAGS)
-libaccess_smb_plugin_la_LIBADD = $(AM_LIBADD)
+libaccess_smb_plugin_la_LIBADD = $(AM_LIBADD) $(LIBS_access_smb)
 if HAVE_WIN32
 libaccess_smb_plugin_la_LIBADD += -lmpr
 endif


Have a nice day,
Vincent



More information about the pkg-multimedia-maintainers mailing list