Gentoo Archives: gentoo-commits

From: "Matthias Schwarzott (zzam)" <zzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-softplay/files: ffmpeg-linking.diff ffmpeg-0.4.9_p20080326-new_header.diff
Date: Mon, 21 Apr 2008 10:45:37
Message-Id: E1JntWg-0005zi-FI@stork.gentoo.org
1 zzam 08/04/21 10:45:34
2
3 Added: ffmpeg-linking.diff
4 ffmpeg-0.4.9_p20080326-new_header.diff
5 Log:
6 Added new snapshot that also can work with ffmpeg-0.4.9_p20080326, Bug #218094. Fixed quoting.
7 (Portage version: 2.1.5_rc5)
8
9 Revision Changes Path
10 1.1 media-plugins/vdr-softplay/files/ffmpeg-linking.diff
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-softplay/files/ffmpeg-linking.diff?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-softplay/files/ffmpeg-linking.diff?rev=1.1&content-type=text/plain
14
15 Index: ffmpeg-linking.diff
16 ===================================================================
17 diff -ru softplay-cvs-20080421-orig/Makefile softplay-cvs-20080421/Makefile
18 --- softplay-cvs-20080421-orig/Makefile 2008-04-21 12:13:43.118686617 +0200
19 +++ softplay-cvs-20080421/Makefile 2008-04-21 12:14:07.148687085 +0200
20 @@ -62,7 +62,7 @@
21
22 ### recent ffmpegs require -lavutil:
23
24 -LIBS += $(shell $(CXX) $(CXXFLAGS) $(INCLUDES) getFFmpegLibs.c -o getFFmpegLibs ; ./getFFmpegLibs)
25 +LIBS += -lavutil
26
27 ### Implicit rules:
28
29
30
31
32 1.1 media-plugins/vdr-softplay/files/ffmpeg-0.4.9_p20080326-new_header.diff
33
34 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-softplay/files/ffmpeg-0.4.9_p20080326-new_header.diff?rev=1.1&view=markup
35 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-softplay/files/ffmpeg-0.4.9_p20080326-new_header.diff?rev=1.1&content-type=text/plain
36
37 Index: ffmpeg-0.4.9_p20080326-new_header.diff
38 ===================================================================
39 diff -ru softplay-cvs-20080421-orig/SoftHandles.h softplay-cvs-20080421/SoftHandles.h
40 --- softplay-cvs-20080421-orig/SoftHandles.h 2008-04-21 12:05:08.228686856 +0200
41 +++ softplay-cvs-20080421/SoftHandles.h 2008-04-21 12:05:49.088686674 +0200
42 @@ -13,7 +13,7 @@
43 #define __SOFTHANDLES_H
44
45 extern "C" {
46 -#include <avformat.h>
47 +#include <libavformat/avformat.h>
48 }
49
50 #if VDRVERSNUM >= 10330
51 diff -ru softplay-cvs-20080421-orig/SoftPlayer.h softplay-cvs-20080421/SoftPlayer.h
52 --- softplay-cvs-20080421-orig/SoftPlayer.h 2008-04-21 12:05:08.228686856 +0200
53 +++ softplay-cvs-20080421/SoftPlayer.h 2008-04-21 12:05:30.288687156 +0200
54 @@ -16,7 +16,7 @@
55 #include <vdr/player.h>
56
57 extern "C" {
58 -#include <avformat.h>
59 +#include <libavformat/avformat.h>
60 }
61
62 #include "SoftHandles.h"
63
64
65
66 --
67 gentoo-commits@l.g.o mailing list