1diff --git a/vlc.py b/vlc.py
2index e3245a5..cebec09 100644
3--- a/vlc.py
4+++ b/vlc.py
5@@ -190,7 +190,7 @@ def find_lib():
6
7 else:
8 # All other OSes (linux, freebsd...)
9- p = find_library('vlc')
10+ p = "@libvlcPath@"
11 try:
12 dll = ctypes.CDLL(p)
13 except OSError: # may fail