[vlc-commits] winvlc: --data-path no longer exists
Rémi Denis-Courmont
git at videolan.org
Mon May 14 16:55:26 CEST 2012
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon May 14 17:55:11 2012 +0300| [8fe05711eef1e5df59fc5f8a9cdf95b70cddab82] | committer: Rémi Denis-Courmont
winvlc: --data-path no longer exists
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8fe05711eef1e5df59fc5f8a9cdf95b70cddab82
---
bin/winvlc.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/bin/winvlc.c b/bin/winvlc.c
index ce17c95..09d0d67 100644
--- a/bin/winvlc.c
+++ b/bin/winvlc.c
@@ -160,9 +160,6 @@ int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance,
argv[j++] = FromWide( L"--media-library" );
argv[j++] = FromWide( L"--no-ignore-config" );
-#ifdef TOP_SRCDIR
- argv[j++] = FromWide (L"--data-path=Z:"TOP_SRCDIR"/share");
-#endif
for (int i = 1; i < argc; i++)
{
if(!wcscmp(wargv[i], L"--no-crashdump"))
More information about the vlc-commits
mailing list