Changeset 5b2c271150699042f2e3ed0f895e88b2e5b68eaf
- 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
| rb25dcb7 |
r5b2c271 |
|
| 162 | 162 | MichaĆ Trzebiatowski <hippie_1968 at hotmail dot com> - Polish translation |
|---|
| 163 | 163 | Mickael Hoerdt <hoerdt at clarinet.u-strasbg.fr> - IPv6 SSM multicast patch |
|---|
| | 164 | Miguel Angel Cabrera <macabrera at solaiemes.com> - RTMP access patch |
|---|
| 164 | 165 | Mike Schrag <mschrag at pobox dot com> - directx device selection |
|---|
| 165 | 166 | Mikko Hirvonen <masse at astro dot helsinki dot fi> - Firefox-1.5.x development configure patch |
|---|
| rd674e1a |
r5b2c271 |
|
| 3306 | 3306 | if test "${enable_realrtsp}" = "yes"; then |
|---|
| 3307 | 3307 | VLC_ADD_PLUGINS([access_realrtsp]) |
|---|
| | 3308 | fi |
|---|
| | 3309 | |
|---|
| | 3310 | dnl |
|---|
| | 3311 | dnl RTMP plugin |
|---|
| | 3312 | dnl |
|---|
| | 3313 | AC_ARG_ENABLE(rtmp, |
|---|
| | 3314 | [ --enable-rtmp RTMP module (default disabled)]) |
|---|
| | 3315 | if test "${enable_rtmp}" = "yes"; then |
|---|
| | 3316 | VLC_ADD_PLUGINS([access_rtmp]) |
|---|
| 3308 | 3317 | fi |
|---|
| 3309 | 3318 | |
|---|
| … | … | |
| 6186 | 6195 | modules/access/cdda/Makefile |
|---|
| 6187 | 6196 | modules/access/rtsp/Makefile |
|---|
| | 6197 | modules/access/rtmp/Makefile |
|---|
| 6188 | 6198 | modules/access/v4l2/Makefile |
|---|
| 6189 | 6199 | modules/access/vcd/Makefile |
|---|