Skip to content

Commit

Permalink
Add the new video player's dependency libraries to setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
stump committed Nov 27, 2010
1 parent e30ccb7 commit 7be04bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/setup.py
Expand Up @@ -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']}
Expand Down

0 comments on commit 7be04bf

Please sign in to comment.