Gentoo Archives: gentoo-commits

From: "Hanno Boeck (hanno)" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-arcade/stepmania/files: stepmania-3.9-newffmpeg.diff
Date: Sat, 21 Jun 2008 13:20:53
Message-Id: E1KA31L-0006VI-Qi@stork.gentoo.org
1 hanno 08/06/21 13:20:47
2
3 Added: stepmania-3.9-newffmpeg.diff
4 Log:
5 stepmania fix for new ffmpeg
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.25.4 i686)
7
8 Revision Changes Path
9 1.1 games-arcade/stepmania/files/stepmania-3.9-newffmpeg.diff
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/stepmania/files/stepmania-3.9-newffmpeg.diff?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/stepmania/files/stepmania-3.9-newffmpeg.diff?rev=1.1&content-type=text/plain
13
14 Index: stepmania-3.9-newffmpeg.diff
15 ===================================================================
16 --- StepMania-3.9-src/src/arch/MovieTexture/MovieTexture_FFMpeg.cpp.1 2008-06-21 14:48:57.000000000 +0200
17 +++ StepMania-3.9-src/src/arch/MovieTexture/MovieTexture_FFMpeg.cpp 2008-06-21 14:49:16.000000000 +0200
18 @@ -25,14 +25,14 @@
19 #else
20 extern "C"
21 {
22 -#include <ffmpeg/avformat.h>
23 +#include <libavformat/avformat.h>
24 }
25 #endif
26
27 #if !defined(HAVE_IMG_CONVERT)
28 extern "C"
29 {
30 -#include <ffmpeg/swscale.h>
31 +#include <libswscale/swscale.h>
32 }
33 #endif // HAVE_IMG_CONVERT
34 void img_convert__(AVPicture *dst, int dst_pix_fmt,
35
36
37
38 --
39 gentoo-commits@l.g.o mailing list