Changeset 5b2c271150699042f2e3ed0f895e88b2e5b68eaf

Show
Ignore:
Timestamp:
03/05/08 12:45:14 (5 months ago)
Author:
Ilkka Ollakka <ileoo@videolan.org>
git-committer:
Ilkka Ollakka <ileoo@videolan.org> 1204717514 +0200
git-parent:

[ed8108b650c9418ae988f174cfa3bc8316054f23]

git-author:
Ilkka Ollakka <ileoo@videolan.org> 1204702552 +0200
Message:

RTMP access patch from Miguel Angel Cabrera <macabrera@solaiemes.com>.
It came in before git-stuff, so applying it this way is my slowness.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • THANKS

    rb25dcb7 r5b2c271  
    162162MichaƂ Trzebiatowski <hippie_1968 at hotmail dot com> - Polish translation 
    163163Mickael Hoerdt <hoerdt at clarinet.u-strasbg.fr> - IPv6 SSM multicast patch 
     164Miguel Angel Cabrera <macabrera at solaiemes.com> - RTMP access patch 
    164165Mike Schrag <mschrag at pobox dot com> - directx device selection 
    165166Mikko Hirvonen <masse at astro dot helsinki dot fi> - Firefox-1.5.x development configure patch 
  • configure.ac

    rd674e1a r5b2c271  
    33063306if test "${enable_realrtsp}" = "yes"; then 
    33073307  VLC_ADD_PLUGINS([access_realrtsp]) 
     3308fi 
     3309 
     3310dnl 
     3311dnl  RTMP plugin 
     3312dnl 
     3313AC_ARG_ENABLE(rtmp, 
     3314  [  --enable-rtmp           RTMP module (default disabled)]) 
     3315if test "${enable_rtmp}" = "yes"; then 
     3316  VLC_ADD_PLUGINS([access_rtmp]) 
    33083317fi 
    33093318 
     
    61866195  modules/access/cdda/Makefile 
    61876196  modules/access/rtsp/Makefile 
     6197  modules/access/rtmp/Makefile 
    61886198  modules/access/v4l2/Makefile 
    61896199  modules/access/vcd/Makefile