prepare for ffmpeg 0.4.8

This commit is contained in:
jolan 2003-11-04 07:48:26 +00:00
parent cc192bba1a
commit 41f3434015
2 changed files with 14 additions and 2 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.7 2003/10/18 01:13:17 jolan Exp $
# $OpenBSD: Makefile,v 1.8 2003/11/04 07:48:26 jolan Exp $
COMMENT= "videolan client; multimedia player"
VER= 0.6.2
DISTNAME= vlc-${VER}
PKGNAME= ${DISTNAME}p1
PKGNAME= ${DISTNAME}p2
CATEGORIES= x11
MASTER_SITES= http://www.videolan.org/pub/videolan/vlc/${VER}/ \
http://www.fr.videolan.org/pub/videolan/vlc/${VER}/

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-modules_codec_ffmpeg_ffmpeg_c,v 1.1 2003/11/04 07:48:26 jolan Exp $
--- modules/codec/ffmpeg/ffmpeg.c.orig 2003-08-08 12:08:32.000000000 -0500
+++ modules/codec/ffmpeg/ffmpeg.c 2003-11-03 23:03:42.000000000 -0600
@@ -297,7 +297,7 @@ static int InitThread( generic_thread_t
b_ffmpeginit = 1;
msg_Dbg( p_decoder->p_fifo, "libavcodec initialized (interface "
- LIBAVCODEC_BUILD_STR ")" );
+ "LIBAVCODEC_BUILD" ")" );
}
else
{