]> git.sesse.net Git - vlc/blobdiff - test/setup.py
A bit of vlc/libvlc cleanup:
[vlc] / test / setup.py
index 36fb9f3783160ba66ac11d00f46be6807e91dc79..b8404dcb7a319754db15f8530793ed5c81427e7d 100644 (file)
@@ -21,7 +21,7 @@ def get_cflags():
         return []
     else:
         cflags=os.popen('%s --cflags' % vlcconfig, 'r').readline().rstrip().split()
-       cflags.append( "-D__VLC__")
+       cflags.append( "-D__LIBVLC__")
         return cflags
 
 def get_ldflags():