Changes of Revision 78
vlc-beta.patch
Changed
x
1
2
#else
3
static void msg_vprint(intf_thread_t *p_intf, const char *psz_fmt, va_list args)
4
{
5
---- a/modules/video_output/placebo_utils.h
6
-+++ b/modules/video_output/placebo_utils.h
7
-@@ -319,7 +319,6 @@ static const struct pl_filter_config *co
8
- [SCALE_EWA_LANCZOS] = &pl_filter_ewa_lanczos,
9
- [SCALE_EWA_GINSENG] = &pl_filter_ewa_ginseng,
10
- [SCALE_EWA_HANN] = &pl_filter_ewa_hann,
11
-- [SCALE_HAASNSOFT] = &pl_filter_haasnsoft,
12
- [SCALE_BICUBIC] = &pl_filter_bicubic,
13
- [SCALE_CATMULL_ROM] = &pl_filter_catmull_rom,
14
- [SCALE_MITCHELL] = &pl_filter_mitchell,
15
--- a/configure.ac
16
+++ b/configure.ac
17
@@ -2113,7 +2113,7 @@ AS_IF([test "$SYS" = "linux" -a "${enabl
18