[vlc-devel] commit: Revert "ffmpeg RTSP Windows patch -- unsupported error message" ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Sun Mar 30 03:17:14 CEST 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Mar 29 18:17:06 2008 -0700| [c6062b7f4a33d5dc499c80cf53101678a38d0c3c]
Revert "ffmpeg RTSP Windows patch -- unsupported error message"
Wrong dir
This reverts commit f11a132c4c66b8c1dce324578a5b2081a687d22c.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c6062b7f4a33d5dc499c80cf53101678a38d0c3c
---
extras/contrib/src/patches/ffmpeg-svn-win32.patch | 11 -----------
1 files changed, 0 insertions(+), 11 deletions(-)
diff --git a/extras/contrib/src/patches/ffmpeg-svn-win32.patch b/extras/contrib/src/patches/ffmpeg-svn-win32.patch
deleted file mode 100644
index 2238a01..0000000
--- a/extras/contrib/src/patches/ffmpeg-svn-win32.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- libavformat/rtsp_old.c 2008-03-28 21:47:00.614740700 -0400
-+++ libavformat/rtsp.c 2008-03-29 06:35:39.143600000 -0400
-@@ -1094,7 +1094,7 @@
- goto fail;
- protocol_mask &= ~(1 << protocol);
- if (protocol_mask == 0 && err == 1) {
-- err = AVERROR(EPROTONOSUPPORT);
-+ err = AVERROR(AVERROR_NOTSUPP);
- goto fail;
- }
- } while (err);
More information about the vlc-devel
mailing list