]> git.sesse.net Git - vlc/commit
Merge bindings to trunk
authorClément Stenac <zorglub@videolan.org>
Wed, 1 Jun 2005 22:19:03 +0000 (22:19 +0000)
committerClément Stenac <zorglub@videolan.org>
Wed, 1 Jun 2005 22:19:03 +0000 (22:19 +0000)
commitb3f7a2eadb7ecf047898fd252cee2b06c95ac014
treeed51942a7dc2a2a2dced9b7168fb6a7009c0ddee
parent9160790e0c08ee50e6a795accdd2d9d2df4bfad3
Merge bindings to trunk
19 files changed:
bindings/STATUS [new file with mode: 0644]
bindings/java-gcj/AUTHORS [new file with mode: 0644]
bindings/java-gcj/JVLC.java [new file with mode: 0644]
bindings/java-gcj/JVLCBoolVariable.java [new file with mode: 0644]
bindings/java-gcj/JVLCFloatVariable.java [new file with mode: 0644]
bindings/java-gcj/JVLCIntVariable.java [new file with mode: 0644]
bindings/java-gcj/JVLCStringVariable.java [new file with mode: 0644]
bindings/java-gcj/JVLCTimeVariable.java [new file with mode: 0644]
bindings/java-gcj/JVLCVarValue.java [new file with mode: 0644]
bindings/java-gcj/JVLCVarVariable.java [new file with mode: 0644]
bindings/java-gcj/JVLCVariable.java [new file with mode: 0644]
bindings/java-gcj/Makefile [new file with mode: 0644]
bindings/java-gcj/README [new file with mode: 0644]
bindings/java-gcj/VlcClient.java [new file with mode: 0644]
bindings/java-gcj/vlc-glue.cc [new file with mode: 0644]
bindings/python/Makefile [new file with mode: 0644]
bindings/python/setup.py [new file with mode: 0644]
bindings/python/vlcdebug.py [new file with mode: 0644]
bindings/python/vlcglue.c [new file with mode: 0644]