From 7be04bf79251ec8af1e41c4a8375605cd13090b2 Mon Sep 17 00:00:00 2001 From: John Stumpo Date: Wed, 24 Nov 2010 04:50:45 -0500 Subject: [PATCH] Add the new video player's dependency libraries to setup.py. --- src/setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/setup.py b/src/setup.py index fb4cca6bf..be017cfba 100755 --- a/src/setup.py +++ b/src/setup.py @@ -288,6 +288,9 @@ def pc_info(pkg): return info +ogg_info = pc_info('ogg') +theoradec_info = pc_info('theoradec') +glib_info = pc_info('glib-2.0') if os.name == 'nt': # Windows systems: we just know what the OpenGL library is. gl_info = {'libraries': ['opengl32']}