Changeset 53e8222b87b6ae4f94daa402ff9e55567adab2d6

Show
Ignore:
Timestamp:
26/11/05 18:31:37 (3 years ago)
Author:
Clément Stenac <zorglub@videolan.org>
git-committer:
Clément Stenac <zorglub@videolan.org> 1133026297 +0000
git-parent:

[7f2b618bcc5477125c17d693041e3496681b4294]

git-author:
Clément Stenac <zorglub@videolan.org> 1133026297 +0000
Message:

Java bindings by Filippo Carone.
Tweaked to integrate into build system

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • AUTHORS

    r7c4f6bb r53e8222  
    101101S: France 
    102102 
     103N: Filippo Carone  
     104E: filippo[dontspam]@carone.org 
     105D: Java bindings 
     106S: Italy 
     107 
    103108N: Tony Castley 
    104109E: tony@castley.net 
  • bindings/Makefile.am

    ra525a71 r53e8222  
    1 SUBDIRS = python 
     1SUBDIRS = python java 
  • configure.ac

    ra525a71 r53e8222  
    48244824fi 
    48254825 
     4826dnl 
     4827dnl  Java bindings 
     4828dnl 
     4829AC_ARG_ENABLE(java-bindings, 
     4830  [  --enable-java-bindings    Enable Java bindings (default disabled)]) 
     4831AM_CONDITIONAL( BUILD_JAVA, [test "${enable_java_bindings}" = "yes"] ) 
     4832if test "${enable_java_bindings}" = "yes" 
     4833then 
     4834  build_pic=yes 
     4835fi 
     4836 
    48264837 
    48274838dnl 
     
    50345045  activex/axvlc.inf 
    50355046  bindings/Makefile 
     5047  bindings/java/Makefile 
    50365048  bindings/python/Makefile 
    50375049  debian/Makefile