mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
14 lines
318 B
Diff
14 lines
318 B
Diff
diff --git a/setup.py b/setup.py
|
|
index e23d76b..32ace2f 100644
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -5,7 +5,7 @@ defines = []
|
|
args = ['-fno-finite-math-only']
|
|
|
|
# "Debug mode" flags by uncommenting them
|
|
-# defines.append(('DEBUG', '1'))
|
|
+defines.append(('DEBUG', '1'))
|
|
|
|
audiosync = Extension(
|
|
'vidify_audiosync',
|