diff options
| author | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-09-02 21:39:26 +0000 |
|---|---|---|
| committer | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-09-02 21:39:26 +0000 |
| commit | ce7f5539437fff074b1c3388d575660f24011f66 (patch) | |
| tree | 412754c4eb9edd59bba7aa68e7fca57592eae40f /lib/python | |
| parent | d658bfa0954be341e31f1f5b38beaee9ce067e21 (diff) | |
| download | enigma2-ce7f5539437fff074b1c3388d575660f24011f66.tar.gz enigma2-ce7f5539437fff074b1c3388d575660f24011f66.zip | |
add avswitch
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/enigma_python.i | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/enigma_python.i b/lib/python/enigma_python.i index 8654e5cd..f3ca5867 100644 --- a/lib/python/enigma_python.i +++ b/lib/python/enigma_python.i @@ -69,6 +69,7 @@ is usually caused by not marking PSignals as immutable. #include <lib/gdi/gfont.h> #include <lib/gdi/epng.h> #include <lib/dvb/volume.h> +#include <lib/driver/avswitch.h> extern void runMainloop(); extern void quitMainloop(); @@ -130,6 +131,7 @@ extern PSignal1<void,int> &keyPressedSignal(); %include <lib/gdi/gfont.h> %include <lib/gdi/epng.h> %include <lib/dvb/volume.h> +%include <lib/driver/avswitch.h> %include <lib/gdi/gpixmap.h> /************** eptr **************/ |
