Changeset 93b4565847b0f951ac5cf036d14d5b0544cfe64c

Show
Ignore:
Timestamp:
03/04/08 13:49:33 (6 months ago)
Author:
Olivier Aubert <olivier.aubert@liris.cnrs.fr>
git-committer:
Olivier Aubert <olivier.aubert@liris.cnrs.fr> 1204634973 +0100
git-parent:

[983312cb0a0e331629b9f0e67a982d433465ec71]

git-author:
Olivier Aubert <olivier.aubert@liris.cnrs.fr> 1204634910 +0100
Message:

python bindings: do not link with unecessary libs (spotted by courmisch)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • bindings/python/setup.py

    r7440f8d r93b4565  
    7272    vlcconfig=get_vlcconfig() 
    7373    if vlcconfig is None: 
    74         return [ '-lvlc', '-lvlc-control' ] 
     74        return [ '-lvlc-control' ] 
    7575    else: 
    7676    ldflags = []