Ignore:
Timestamp:
09/24/06 10:34:39 (18 years ago)
Author:
Nicholas Riley
Message:

HIDRemotemodule.m: Support for Logitech Music Anywhere USB headphones.

libHIDUtilities.a, HID_Utilities_External.h: built from <http://homepage.mac.com/geowar1/.Public/Sample%20Code/HID_Utilities.sit>

setup.py: Build HIDRemote module.

StreamVision.py: Support Bluetooth headphones; don't turn on/off the
stereo if we use the play/pause control on the headphones.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/StreamVision/setup.py

    r211 r300  
    1919    ext_modules=[Extension('HotKey',
    2020                           sources=['HotKeymodule.c'],
    21                            extra_link_args=['-framework', 'Carbon'])],
     21                           extra_link_args=['-framework', 'Carbon']),
     22                 Extension('HIDRemote',
     23                           sources=['HIDRemotemodule.m'],
     24                           extra_link_args=['-framework', 'Cocoa',
     25                                            '-framework', 'IOKit',
     26                                            'libHIDUtilities.a'])],
    2227    data_files=["English.lproj"],
    2328    options=dict(py2app=dict(plist=plist)),
Note: See TracChangeset for help on using the changeset viewer.