mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
13 lines
322 B
Diff
13 lines
322 B
Diff
diff --git a/vlc.py b/vlc.py
|
|
index ce535be..d3edd69 100644
|
|
--- a/vlc.py
|
|
+++ b/vlc.py
|
|
@@ -179,7 +179,7 @@ def find_lib():
|
|
|
|
else:
|
|
# All other OSes (linux, freebsd...)
|
|
- p = find_library("vlc")
|
|
+ p = "@libvlc@"
|
|
try:
|
|
dll = ctypes.CDLL(p)
|
|
except OSError: # may fail
|