Changeset 4c5ad8e3f364ff605509a95f26d4653a7bf96b00

Show
Ignore:
Timestamp:
09/25/06 14:09:13 (2 years ago)
Author:
Olivier Aubert <olivier.aubert@liris.cnrs.fr>
git-committer:
Olivier Aubert <olivier.aubert@liris.cnrs.fr> 1159186153 +0000
git-parent:

[bdfdc2005c867a9e0eeb8cb3ee78b43d91215a16]

git-author:
Olivier Aubert <olivier.aubert@liris.cnrs.fr> 1159186153 +0000
Message:

Remove CORBA module, which I is not used anymore (not even by me...)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • AUTHORS

    r989ceff r4c5ad8e  
    3636N: Olivier Aubert 
    3737E: oaubert at lisi dot univ-lyon1 dot fr 
    38 D: CORBA interfac
     38D: Mediacontrol API, Python bindings, svg modul
    3939S: France 
    4040 
  • MAINTAINERS

    r4785ff4 r4c5ad8e  
    4444  - macosx    : [thedj] [bigben] [fkuehne] 
    4545  - lirc, dummy, rc, ncurses : [sam] 
    46   - corba     : [oaubert] 
    4746  - familiar  : [jpsaman] 
    4847  - http      : [meuuh] 
  • build-vlc

    r4074989 r4c5ad8e  
    1515LIRC lirc 
    1616JOYSTICK joystick 
    17 CORBA corba 
    1817LIVEDOTCOM livedotcom 
    1918DVDREAD dvdread 
  • config.in

    r4074989 r4c5ad8e  
    3939bool 'GaLaktos visualization plugin' CONFIG_GALAKTOS 
    4040bool 'IR remote control support' CONFIG_LIRC 
    41 bool 'Corba interface support' CONFIG_CORBA 
    4241endmenu 
    4342 
  • configure.ac

    rb45afc2 r4c5ad8e  
    50965096 
    50975097 
    5098 dnl 
    5099 dnl corba (ORBit) plugin 
    5100 dnl 
    5101 dnl Default: do not enable corba 
    5102 enablecorba=false 
    5103 AC_ARG_ENABLE(corba, 
    5104   [  --enable-corba          corba interface support (default disabled)]) 
    5105 if test "${enable_corba}" = "yes"; then 
    5106       GLIB_VERSION=2.3.2 
    5107       PKG_CHECK_MODULES(CORBA,  
    5108     ORBit-2.0 >= 2.8.0 \ 
    5109     glib-2.0 >= $GLIB_VERSION \ 
    5110     gobject-2.0 >= $GLIB_VERSION \ 
    5111     gthread-2.0 >= $GLIB_VERSION, 
    5112     [ 
    5113       enablecorba=true 
    5114       VLC_ADD_LDFLAGS([corba],[$CORBA_LIBS]) 
    5115           VLC_ADD_CFLAGS([corba],[$CORBA_CFLAGS]) 
    5116           VLC_ADD_PLUGINS([corba snapshot]) ], 
    5117         [ enablecorba=false 
    5118       AC_MSG_WARN(corba library not found) ]) 
    5119 fi 
    5120 AM_CONDITIONAL(ENABLE_CORBA, test "$enablecorba" = "true") 
    5121  
    51225098AC_ARG_WITH(,[Misc options:]) 
    51235099 
     
    56565632  modules/control/Makefile 
    56575633  modules/control/http/Makefile 
    5658   modules/control/corba/Makefile 
    56595634  modules/demux/Makefile 
    56605635  modules/demux/asf/Makefile 
  • defconfig

    rbfb18bb r4c5ad8e  
    2424# CONFIG_LIRC is not set 
    2525CONFIG_JOYSTICK=y 
    26 # CONFIG_CORBA is not set 
    2726 
    2827# 
  • modules/LIST

    r5ca8805 r4c5ad8e  
    4949 * clone: Clone video filter 
    5050 * cmml: Continuous Media Markup Language annotations/hyperlinks decoder 
    51  * corba: CORBA control module 
    5251 * crop: Crop video filter 
    5352 * cvdsub: CVD subtitles decoder 
  • vlc.roku

    r5128a37 r4c5ad8e  
    2020  --disable-qnx \ 
    2121  --disable-ncurses \ 
    22   --disable-corba \ 
    2322  --disable-mozilla \ 
    2423  --disable-mga \ 
     
    2726  --disable-qte --disable-qt_video \ 
    2827  --disable-livedotcom \ 
    29   --disable-corba \ 
    3028  --disable-v4l \ 
    3129  --disable-pvr \